Html Css Color HEX #ECC0DC Classic Rose

📋 copy color: '#ECC0DC'

red 236 ◦ green 192 ◦ blue 220

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

Shades of Classic Rose #ECC0DC

Tints of Classic Rose #ECC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.63%

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

R = 36.42%
G = 29.63%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECC0DC (or 0xECC0DC) is known color: Classic Rose. HEX triplet: EC, C0 and DC. RGB value is (236,192,220). Sum of RGB (Red+Green+Blue) = 236+192+220=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0DC is #133F23. Grayscale: #D0D0D0. Windows color (decimal): -1261348 or 14467308. OLE color: 14467308.

HSL color Cylindrical-coordinate representation of color #ECC0DC: hue angle of 321.82º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC0DC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 220 -
CMYK 0 0.19 0.07 0.07
HSL 321.82º 0.54% 0.84% -
HSV(B) 321.82º 0.19% 0.93% -
XYZ 66.36 60.7 75.93 -
YUV 208.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 236 192 220 0 0.19 0.07 0.07 321.82 0.54 0.84
Hex EC C0 DC 0 13 7 7 142 36 54
Octal 354 300 334 0 23 7 7 502 66 124
Binary 11101100 11000000 11011100 0 10011 111 111 101000010 110110 1010100

Color Harmonies of #ECC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC0DC

Black with #ECC0DC

Text Example


Text Example

White with #ECC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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