#ECCDDB

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

Shades of Classic Rose #ECCDDB

Tints of Classic Rose #ECCDDB

Color information

#ECCDDB (or 0xECCDDB) is unknown color: approx Classic Rose. HEX triplet: EC, CD and DB. RGB value is (236,205,219). Sum of RGB (Red+Green+Blue) = 236+205+219=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDDB is #133224. Grayscale: #D7D7D7. Windows color (decimal): -1258021 or 14405100. OLE color: 14405100.

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

Color convert

RGB236205219-
CMYK00.130.070.07
HSL332.9º44.93%86.47%-
HSV(B)332.9º13.14%92.55%-
XYZ69.2166.6176.23-
YUV215.86129.77142.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 205 (80.47% from 255) = 31.06%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=35.76%
G=31.06%
B=33.18%

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
Decimal23620521900.130.070.07332.944.9386.47
HexECCDDB0D7714d2d56
Octal3543153330157751555126
Binary111011001100110111011011011011111111010011011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDDB; }

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

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

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

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

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

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

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

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