Html Css Color HEX #ECD0DB Classic Rose

📋 copy color: '#ECD0DB'

red 236 ◦ green 208 ◦ blue 219

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

Shades of Classic Rose #ECD0DB

Tints of Classic Rose #ECD0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 35.6%
G = 31.37%
B = 33.03%

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

#ECD0DB (or 0xECD0DB) is known color: Classic Rose. HEX triplet: EC, D0 and DB. RGB value is (236,208,219). Sum of RGB (Red+Green+Blue) = 236+208+219=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0DB is #132F24. Grayscale: #D9D9D9. Windows color (decimal): -1257253 or 14405868. OLE color: 14405868.

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

Color convert

RGB 236 208 219 -
CMYK 0 0.12 0.07 0.07
HSL 336.43º 0.42% 0.87% -
HSV(B) 336.43º 0.12% 0.93% -
XYZ 69.93 68.06 76.47 -
YUV 217.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 236 208 219 0 0.12 0.07 0.07 336.43 0.42 0.87
Hex EC D0 DB 0 C 7 7 150 2A 57
Octal 354 320 333 0 14 7 7 520 52 127
Binary 11101100 11010000 11011011 0 1100 111 111 101010000 101010 1010111

Color Harmonies of #ECD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0DB

Black with #ECD0DB

Text Example


Text Example

White with #ECD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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