Html Css Color HEX #ECC3DC Classic Rose

📋 copy color: '#ECC3DC'

red 236 ◦ green 195 ◦ blue 220

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

Shades of Classic Rose #ECC3DC

Tints of Classic Rose #ECC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.95%

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

R = 36.25%
G = 29.95%
B = 33.79%

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

#ECC3DC (or 0xECC3DC) is known color: Classic Rose. HEX triplet: EC, C3 and DC. RGB value is (236,195,220). Sum of RGB (Red+Green+Blue) = 236+195+220=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3DC is #133C23. Grayscale: #D2D2D2. Windows color (decimal): -1260580 or 14468076. OLE color: 14468076.

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

Color convert

RGB 236 195 220 -
CMYK 0 0.17 0.07 0.07
HSL 323.41º 0.52% 0.85% -
HSV(B) 323.41º 0.17% 0.93% -
XYZ 67.03 62.03 76.15 -
YUV 210.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 236 195 220 0 0.17 0.07 0.07 323.41 0.52 0.85
Hex EC C3 DC 0 11 7 7 143 34 55
Octal 354 303 334 0 21 7 7 503 64 125
Binary 11101100 11000011 11011100 0 10001 111 111 101000011 110100 1010101

Color Harmonies of #ECC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC3DC

Black with #ECC3DC

Text Example


Text Example

White with #ECC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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