Html Css Color HEX #ECC5DC Classic Rose

📋 copy color: '#ECC5DC'

red 236 ◦ green 197 ◦ blue 220

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

Shades of Classic Rose #ECC5DC

Tints of Classic Rose #ECC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.17%

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

R = 36.14%
G = 30.17%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECC5DC (or 0xECC5DC) is known color: Classic Rose. HEX triplet: EC, C5 and DC. RGB value is (236,197,220). Sum of RGB (Red+Green+Blue) = 236+197+220=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5DC is #133A23. Grayscale: #D3D3D3. Windows color (decimal): -1260068 or 14468588. OLE color: 14468588.

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

Color convert

RGB 236 197 220 -
CMYK 0 0.17 0.07 0.07
HSL 324.62º 0.51% 0.85% -
HSV(B) 324.62º 0.17% 0.93% -
XYZ 67.48 62.93 76.3 -
YUV 211.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 236 197 220 0 0.17 0.07 0.07 324.62 0.51 0.85
Hex EC C5 DC 0 11 7 7 145 33 55
Octal 354 305 334 0 21 7 7 505 63 125
Binary 11101100 11000101 11011100 0 10001 111 111 101000101 110011 1010101

Color Harmonies of #ECC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5DC

Black with #ECC5DC

Text Example


Text Example

White with #ECC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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