#EECBD0

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

Shades of Pink Lace #EECBD0

Tints of Pink Lace #EECBD0

Color information

#EECBD0 (or 0xEECBD0) is unknown color: approx Pink Lace. HEX triplet: EE, CB and D0. RGB value is (238,203,208). Sum of RGB (Red+Green+Blue) = 238+203+208=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD0 is #11342F. Grayscale: #D6D6D6. Windows color (decimal): -1127472 or 13683694. OLE color: 13683694.

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

Color convert

RGB238203208-
CMYK00.150.130.07
HSL351.43º50.72%86.47%-
HSV(B)351.43º14.71%93.33%-
XYZ6865.4468.72-
YUV214.03124.6145.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=36.67%
G=31.28%
B=32.05%

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
Decimal23820320800.150.130.07351.4350.7286.47
HexEECBD00FD715f3356
Octal35631332001715753763126
Binary1110111011001011110100000111111011111010111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBD0; }

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

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

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

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

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

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

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

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