#EECBD5

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

Shades of Pink Lace #EECBD5

Tints of Pink Lace #EECBD5

Color information

#EECBD5 (or 0xEECBD5) is unknown color: approx Pink Lace. HEX triplet: EE, CB and D5. RGB value is (238,203,213). Sum of RGB (Red+Green+Blue) = 238+203+213=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD5 is #11342A. Grayscale: #D6D6D6. Windows color (decimal): -1127467 or 14011374. OLE color: 14011374.

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

Color convert

RGB238203213-
CMYK00.150.110.07
HSL342.86º50.72%86.47%-
HSV(B)342.86º14.71%93.33%-
XYZ68.6365.6972.01-
YUV214.6127.1144.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=36.39%
G=31.04%
B=32.57%

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
Decimal23820321300.150.110.07342.8650.7286.47
HexEECBD50FB71573356
Octal35631332501713752763126
Binary1110111011001011110101010111110111111010101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBD5; }

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

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

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

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

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

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

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

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