Html Css Color HEX #ECCEDC Classic Rose

📋 copy color: '#ECCEDC'

red 236 ◦ green 206 ◦ blue 220

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

Shades of Classic Rose #ECCEDC

Tints of Classic Rose #ECCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.12%

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

R = 35.65%
G = 31.12%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECCEDC (or 0xECCEDC) is known color: Classic Rose. HEX triplet: EC, CE and DC. RGB value is (236,206,220). Sum of RGB (Red+Green+Blue) = 236+206+220=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEDC is #133123. Grayscale: #D8D8D8. Windows color (decimal): -1257764 or 14470892. OLE color: 14470892.

HSL color Cylindrical-coordinate representation of color #ECCEDC: hue angle of 332º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCEDC is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 206 220 -
CMYK 0 0.13 0.07 0.07
HSL 332º 0.44% 0.87% -
HSV(B) 332º 0.13% 0.93% -
XYZ 69.58 67.14 77 -
YUV 216.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 236 206 220 0 0.13 0.07 0.07 332 0.44 0.87
Hex EC CE DC 0 D 7 7 14C 2C 57
Octal 354 316 334 0 15 7 7 514 54 127
Binary 11101100 11001110 11011100 0 1101 111 111 101001100 101100 1010111

Color Harmonies of #ECCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCEDC

Black with #ECCEDC

Text Example


Text Example

White with #ECCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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