Html Css Color HEX #ECC2DD Classic Rose

📋 copy color: '#ECC2DD'

red 236 ◦ green 194 ◦ blue 221

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

Shades of Classic Rose #ECC2DD

Tints of Classic Rose #ECC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.8%

 BLUE value IS 221 (86.72% from 255) = 33.95%

R = 36.25%
G = 29.8%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ECC2DD (or 0xECC2DD) is known color: Classic Rose. HEX triplet: EC, C2 and DD. RGB value is (236,194,221). Sum of RGB (Red+Green+Blue) = 236+194+221=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DD is #133D22. Grayscale: #D1D1D1. Windows color (decimal): -1260835 or 14533356. OLE color: 14533356.

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

Color convert

RGB 236 194 221 -
CMYK 0 0.18 0.06 0.07
HSL 321.43º 0.53% 0.84% -
HSV(B) 321.43º 0.18% 0.93% -
XYZ 66.94 61.64 76.78 -
YUV 209.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 236 194 221 0 0.18 0.06 0.07 321.43 0.53 0.84
Hex EC C2 DD 0 12 6 7 141 34 54
Octal 354 302 335 0 22 6 7 501 64 124
Binary 11101100 11000010 11011101 0 10010 110 111 101000001 110100 1010100

Color Harmonies of #ECC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2DD

Black with #ECC2DD

Text Example


Text Example

White with #ECC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2DD; }

 p { color: rgb(236,194,221); }

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

background-color css

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

 a { background-color: rgb(236,194,221); }

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

border-color css

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

 span { border-color: rgb(236,194,221); }

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