#EECBD3

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

Shades of Pink Lace #EECBD3

Tints of Pink Lace #EECBD3

Color information

#EECBD3 (or 0xEECBD3) is unknown color: approx Pink Lace. HEX triplet: EE, CB and D3. RGB value is (238,203,211). Sum of RGB (Red+Green+Blue) = 238+203+211=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD3 is #11342C. Grayscale: #D6D6D6. Windows color (decimal): -1127469 or 13880302. OLE color: 13880302.

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

Color convert

RGB238203211-
CMYK00.150.110.07
HSL346.29º50.72%86.47%-
HSV(B)346.29º14.71%93.33%-
XYZ68.3765.5970.68-
YUV214.38126.1144.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=36.50%
G=31.13%
B=32.36%

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
Decimal23820321100.150.110.07346.2950.7286.47
HexEECBD30FB715a3356
Octal35631332301713753263126
Binary1110111011001011110100110111110111111010110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBD3; }

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

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

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

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

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

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

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

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