Html Css Color HEX #ECC5D6 Classic Rose

📋 copy color: '#ECC5D6'

red 236 ◦ green 197 ◦ blue 214

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

Shades of Classic Rose #ECC5D6

Tints of Classic Rose #ECC5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.08%

R = 36.48%
G = 30.45%
B = 33.08%

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

#ECC5D6 (or 0xECC5D6) is known color: Classic Rose. HEX triplet: EC, C5 and D6. RGB value is (236,197,214). Sum of RGB (Red+Green+Blue) = 236+197+214=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5D6 is #133A29. Grayscale: #D2D2D2. Windows color (decimal): -1260074 or 14075372. OLE color: 14075372.

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

Color convert

RGB 236 197 214 -
CMYK 0 0.17 0.09 0.07
HSL 333.85º 0.51% 0.85% -
HSV(B) 333.85º 0.17% 0.93% -
XYZ 66.7 62.62 72.19 -
YUV 210.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 236 197 214 0 0.17 0.09 0.07 333.85 0.51 0.85
Hex EC C5 D6 0 11 9 7 14E 33 55
Octal 354 305 326 0 21 11 7 516 63 125
Binary 11101100 11000101 11010110 0 10001 1001 111 101001110 110011 1010101

Color Harmonies of #ECC5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5D6

Black with #ECC5D6

Text Example


Text Example

White with #ECC5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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