Html Css Color HEX #ECC5D8 Classic Rose

📋 copy color: '#ECC5D8'

red 236 ◦ green 197 ◦ blue 216

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

Shades of Classic Rose #ECC5D8

Tints of Classic Rose #ECC5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.28%

R = 36.36%
G = 30.35%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECC5D8 (or 0xECC5D8) is known color: Classic Rose. HEX triplet: EC, C5 and D8. RGB value is (236,197,216). Sum of RGB (Red+Green+Blue) = 236+197+216=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5D8 is #133A27. Grayscale: #D2D2D2. Windows color (decimal): -1260072 or 14206444. OLE color: 14206444.

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

Color convert

RGB 236 197 216 -
CMYK 0 0.17 0.08 0.07
HSL 330.77º 0.51% 0.85% -
HSV(B) 330.77º 0.17% 0.93% -
XYZ 66.95 62.72 73.54 -
YUV 210.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 236 197 216 0 0.17 0.08 0.07 330.77 0.51 0.85
Hex EC C5 D8 0 11 8 7 14B 33 55
Octal 354 305 330 0 21 10 7 513 63 125
Binary 11101100 11000101 11011000 0 10001 1000 111 101001011 110011 1010101

Color Harmonies of #ECC5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5D8

Black with #ECC5D8

Text Example


Text Example

White with #ECC5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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