#EECBD7

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

Shades of Pink Lace #EECBD7

Tints of Pink Lace #EECBD7

Color information

#EECBD7 (or 0xEECBD7) is unknown color: approx Pink Lace. HEX triplet: EE, CB and D7. RGB value is (238,203,215). Sum of RGB (Red+Green+Blue) = 238+203+215=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD7 is #113428. Grayscale: #D6D6D6. Windows color (decimal): -1127465 or 14142446. OLE color: 14142446.

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

Color convert

RGB238203215-
CMYK00.150.100.07
HSL339.43º50.72%86.47%-
HSV(B)339.43º14.71%93.33%-
XYZ68.8865.873.36-
YUV214.83128.1144.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.28%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 215 (84.38% from 255) = 32.77%
R=36.28%
G=30.95%
B=32.77%

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
Decimal23820321500.150.100.07339.4350.7286.47
HexEECBD70FA71533356
Octal35631332701712752363126
Binary1110111011001011110101110111110101111010100111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBD7; }

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

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

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

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

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

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

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

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