Html Css Color HEX #ECD0D9 Pink Lace

📋 copy color: '#ECD0D9'

red 236 ◦ green 208 ◦ blue 217

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

Shades of Pink Lace #ECD0D9

Tints of Pink Lace #ECD0D9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.47%

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

R = 35.7%
G = 31.47%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECD0D9 (or 0xECD0D9) is known color: Pink Lace. HEX triplet: EC, D0 and D9. RGB value is (236,208,217). Sum of RGB (Red+Green+Blue) = 236+208+217=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0D9 is #132F26. Grayscale: #D9D9D9. Windows color (decimal): -1257255 or 14274796. OLE color: 14274796.

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

Color convert

RGB 236 208 217 -
CMYK 0 0.12 0.08 0.07
HSL 340.71º 0.42% 0.87% -
HSV(B) 340.71º 0.12% 0.93% -
XYZ 69.67 67.95 75.09 -
YUV 217.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 236 208 217 0 0.12 0.08 0.07 340.71 0.42 0.87
Hex EC D0 D9 0 C 8 7 155 2A 57
Octal 354 320 331 0 14 10 7 525 52 127
Binary 11101100 11010000 11011001 0 1100 1000 111 101010101 101010 1010111

Color Harmonies of #ECD0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0D9

Black with #ECD0D9

Text Example


Text Example

White with #ECD0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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