#EECBD4

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

Shades of Pink Lace #EECBD4

Tints of Pink Lace #EECBD4

Color information

#EECBD4 (or 0xEECBD4) is unknown color: approx Pink Lace. HEX triplet: EE, CB and D4. RGB value is (238,203,212). Sum of RGB (Red+Green+Blue) = 238+203+212=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD4 is #11342B. Grayscale: #D6D6D6. Windows color (decimal): -1127468 or 13945838. OLE color: 13945838.

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

Color convert

RGB238203212-
CMYK00.150.110.07
HSL344.57º50.72%86.47%-
HSV(B)344.57º14.71%93.33%-
XYZ68.565.6471.35-
YUV214.49126.6144.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=36.45%
G=31.09%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820321200.150.110.07344.5750.7286.47
HexEECBD40FB71593356
Octal35631332401713753163126
Binary1110111011001011110101000111110111111010110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBD4; }

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

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

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

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

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

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

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

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