Html Css Color HEX #ECD0DC Classic Rose

📋 copy color: '#ECD0DC'

red 236 ◦ green 208 ◦ blue 220

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

Shades of Classic Rose #ECD0DC

Tints of Classic Rose #ECD0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.13%

R = 35.54%
G = 31.33%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECD0DC (or 0xECD0DC) is known color: Classic Rose. HEX triplet: EC, D0 and DC. RGB value is (236,208,220). Sum of RGB (Red+Green+Blue) = 236+208+220=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0DC is #132F23. Grayscale: #D9D9D9. Windows color (decimal): -1257252 or 14471404. OLE color: 14471404.

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

Color convert

RGB 236 208 220 -
CMYK 0 0.12 0.07 0.07
HSL 334.29º 0.42% 0.87% -
HSV(B) 334.29º 0.12% 0.93% -
XYZ 70.07 68.11 77.16 -
YUV 217.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 236 208 220 0 0.12 0.07 0.07 334.29 0.42 0.87
Hex EC D0 DC 0 C 7 7 14E 2A 57
Octal 354 320 334 0 14 7 7 516 52 127
Binary 11101100 11010000 11011100 0 1100 111 111 101001110 101010 1010111

Color Harmonies of #ECD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0DC

Black with #ECD0DC

Text Example


Text Example

White with #ECD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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