#EECACF

Color #EECACF Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #EECACF

Tints of Pink Lace #EECACF

Color information

#EECACF (or 0xEECACF) is unknown color: approx Pink Lace. HEX triplet: EE, CA and CF. RGB value is (238,202,207). Sum of RGB (Red+Green+Blue) = 238+202+207=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACF is #113530. Grayscale: #D5D5D5. Windows color (decimal): -1127729 or 13617902. OLE color: 13617902.

HSL color Cylindrical-coordinate representation of color #EECACF: hue angle of 351.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECACF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238202207-
CMYK00.150.130.07
HSL351.67º51.43%86.27%-
HSV(B)351.67º15.13%93.33%-
XYZ67.6464.9268-
YUV213.33124.43145.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=36.79%
G=31.22%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820220700.150.130.07351.6751.4386.27
HexEECACF0FD71603356
Octal35631231701715754063126
Binary1110111011001010110011110111111011111011000001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECACF; }

 p { color: rgb(238,202,207); }

 H1.HeaderClassName
 {
   color: #EECACF;
 }
 .AnyTagClassName
 {
   color: #EECACF;
 }
</style>
background-color css

<style>
 a { background-color: #EECACF; }

 a { background-color: rgb(238,202,207); }

 div.DivClassName
 {
   background-color: #EECACF;
 }
 .BgClassName
 {
   background-color: #EECACF;
 }
</style>
border-color css

<style>
 span { border-color: #EECACF; }

 span { border-color: rgb(238,202,207); }

 td.TdClassName
 {
   border-color: #EECACF;
 }
 .TagClassName
 {
   border-color: #EECACF;
 }
</style>