#EECBD1

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

Shades of Pink Lace #EECBD1

Tints of Pink Lace #EECBD1

Color information

#EECBD1 (or 0xEECBD1) is unknown color: approx Pink Lace. HEX triplet: EE, CB and D1. RGB value is (238,203,209). Sum of RGB (Red+Green+Blue) = 238+203+209=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD1 is #11342E. Grayscale: #D6D6D6. Windows color (decimal): -1127471 or 13749230. OLE color: 13749230.

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

Color convert

RGB238203209-
CMYK00.150.120.07
HSL349.71º50.72%86.47%-
HSV(B)349.71º14.71%93.33%-
XYZ68.1265.4969.37-
YUV214.15125.1145.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=36.62%
G=31.23%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820320900.150.120.07349.7150.7286.47
HexEECBD10FC715e3356
Octal35631332101714753663126
Binary1110111011001011110100010111111001111010111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBD1; }

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

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

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

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

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

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

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

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