#ECCDDA

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

Shades of Classic Rose #ECCDDA

Tints of Classic Rose #ECCDDA

Color information

#ECCDDA (or 0xECCDDA) is unknown color: approx Classic Rose. HEX triplet: EC, CD and DA. RGB value is (236,205,218). Sum of RGB (Red+Green+Blue) = 236+205+218=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDDA is #133225. Grayscale: #D7D7D7. Windows color (decimal): -1258022 or 14339564. OLE color: 14339564.

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

Color convert

RGB236205218-
CMYK00.130.080.07
HSL334.84º44.93%86.47%-
HSV(B)334.84º13.14%92.55%-
XYZ69.0866.5675.54-
YUV215.75129.27142.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=35.81%
G=31.11%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620521800.130.080.07334.8444.9386.47
HexECCDDA0D8714f2d56
Octal35431533201510751755126
Binary1110110011001101110110100110110001111010011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDDA; }

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

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

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

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

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

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

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

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