Html Css Color HEX #ECC5D7 Classic Rose

📋 copy color: '#ECC5D7'

red 236 ◦ green 197 ◦ blue 215

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

Shades of Classic Rose #ECC5D7

Tints of Classic Rose #ECC5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.18%

R = 36.42%
G = 30.4%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECC5D7 (or 0xECC5D7) is known color: Classic Rose. HEX triplet: EC, C5 and D7. RGB value is (236,197,215). Sum of RGB (Red+Green+Blue) = 236+197+215=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5D7 is #133A28. Grayscale: #D2D2D2. Windows color (decimal): -1260073 or 14140908. OLE color: 14140908.

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

Color convert

RGB 236 197 215 -
CMYK 0 0.17 0.09 0.07
HSL 332.31º 0.51% 0.85% -
HSV(B) 332.31º 0.17% 0.93% -
XYZ 66.82 62.67 72.86 -
YUV 210.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 236 197 215 0 0.17 0.09 0.07 332.31 0.51 0.85
Hex EC C5 D7 0 11 9 7 14C 33 55
Octal 354 305 327 0 21 11 7 514 63 125
Binary 11101100 11000101 11010111 0 10001 1001 111 101001100 110011 1010101

Color Harmonies of #ECC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5D7

Black with #ECC5D7

Text Example


Text Example

White with #ECC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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