#EECBD6

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

Shades of Pink Lace #EECBD6

Tints of Pink Lace #EECBD6

Color information

#EECBD6 (or 0xEECBD6) is unknown color: approx Pink Lace. HEX triplet: EE, CB and D6. RGB value is (238,203,214). Sum of RGB (Red+Green+Blue) = 238+203+214=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD6 is #113429. Grayscale: #D6D6D6. Windows color (decimal): -1127466 or 14076910. OLE color: 14076910.

HSL color Cylindrical-coordinate representation of color #EECBD6: hue angle of 341.14º 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 #EECBD6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238203214-
CMYK00.150.100.07
HSL341.14º50.72%86.47%-
HSV(B)341.14º14.71%93.33%-
XYZ68.7565.7472.68-
YUV214.72127.6144.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.34%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=36.34%
G=30.99%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820321400.150.100.07341.1450.7286.47
HexEECBD60FA71553356
Octal35631332601712752563126
Binary1110111011001011110101100111110101111010101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBD6; }

 p { color: rgb(238,203,214); }

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

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

 a { background-color: rgb(238,203,214); }

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

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

 span { border-color: rgb(238,203,214); }

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