#ECCDDC

Color #ECCDDC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #ECCDDC

Tints of Classic Rose #ECCDDC

Color information

#ECCDDC (or 0xECCDDC) is unknown color: approx Classic Rose. HEX triplet: EC, CD and DC. RGB value is (236,205,220). Sum of RGB (Red+Green+Blue) = 236+205+220=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDDC is #133223. Grayscale: #D7D7D7. Windows color (decimal): -1258020 or 14470636. OLE color: 14470636.

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

Color convert

RGB236205220-
CMYK00.130.070.07
HSL330.97º44.93%86.47%-
HSV(B)330.97º13.14%92.55%-
XYZ69.3466.6676.92-
YUV215.98130.27142.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=35.70%
G=31.01%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620522000.130.070.07330.9744.9386.47
HexECCDDC0D7714b2d56
Octal3543153340157751355126
Binary111011001100110111011100011011111111010010111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDDC; }

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

 H1.HeaderClassName
 {
   color: #ECCDDC;
 }
 .AnyTagClassName
 {
   color: #ECCDDC;
 }
</style>
background-color css

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

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

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

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

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

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