Html Css Color HEX #ECD1D9 Pink Lace

📋 copy color: '#ECD1D9'

red 236 ◦ green 209 ◦ blue 217

#ECD1D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #ECD1D9

Tints of Pink Lace #ECD1D9

RGB

 RED value IS 236 (92.58% from 255) = 35.65%

 GREEN value IS 209 (82.03% from 255) = 31.57%

 BLUE value IS 217 (85.16% from 255) = 32.78%

R = 35.65%
G = 31.57%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECD1D9 (or 0xECD1D9) is known color: Pink Lace. HEX triplet: EC, D1 and D9. RGB value is (236,209,217). Sum of RGB (Red+Green+Blue) = 236+209+217=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1D9 is #132E26. Grayscale: #D9D9D9. Windows color (decimal): -1256999 or 14275052. OLE color: 14275052.

HSL color Cylindrical-coordinate representation of color #ECD1D9: hue angle of 342.22º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD1D9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 209 217 -
CMYK 0 0.11 0.08 0.07
HSL 342.22º 0.42% 0.87% -
HSV(B) 342.22º 0.11% 0.93% -
XYZ 69.92 68.44 75.17 -
YUV 217.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 236 209 217 0 0.11 0.08 0.07 342.22 0.42 0.87
Hex EC D1 D9 0 B 8 7 156 2A 57
Octal 354 321 331 0 13 10 7 526 52 127
Binary 11101100 11010001 11011001 0 1011 1000 111 101010110 101010 1010111

Color Harmonies of #ECD1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1D9

Black with #ECD1D9

Text Example


Text Example

White with #ECD1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1D9; }

 p { color: rgb(236,209,217); }

 H1.HeaderClassName
 {
   color: #ECD1D9;
 }
 .AnyTagClassName
 {
   color: #ECD1D9;
 }
</style>

background-color css

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

 a { background-color: rgb(236,209,217); }

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

border-color css

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

 span { border-color: rgb(236,209,217); }

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