#ECC2DB

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

Shades of Classic Rose #ECC2DB

Tints of Classic Rose #ECC2DB

Color information

#ECC2DB (or 0xECC2DB) is unknown color: approx Classic Rose. HEX triplet: EC, C2 and DB. RGB value is (236,194,219). Sum of RGB (Red+Green+Blue) = 236+194+219=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DB is #133D24. Grayscale: #D1D1D1. Windows color (decimal): -1260837 or 14402284. OLE color: 14402284.

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

Color convert

RGB236194219-
CMYK00.180.070.07
HSL324.29º52.5%84.31%-
HSV(B)324.29º17.8%92.55%-
XYZ66.6761.5375.38-
YUV209.41133.41146.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 194 (76.17% from 255) = 29.89%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=36.36%
G=29.89%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619421900.180.070.07324.2952.584.31
HexECC2DB012771443454
Octal3543023330227750464124
Binary1110110011000010110110110100101111111010001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2DB; }

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

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

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

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

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

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

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

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