#ECC8DB

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

Shades of Classic Rose #ECC8DB

Tints of Classic Rose #ECC8DB

Color information

#ECC8DB (or 0xECC8DB) is unknown color: approx Classic Rose. HEX triplet: EC, C8 and DB. RGB value is (236,200,219). Sum of RGB (Red+Green+Blue) = 236+200+219=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8DB is #133724. Grayscale: #D4D4D4. Windows color (decimal): -1259301 or 14403820. OLE color: 14403820.

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

Color convert

RGB236200219-
CMYK00.150.070.07
HSL328.33º48.65%85.49%-
HSV(B)328.33º15.25%92.55%-
XYZ68.0364.2675.83-
YUV212.93131.43144.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 200 (78.52% from 255) = 30.53%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=36.03%
G=30.53%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620021900.150.070.07328.3348.6585.49
HexECC8DB0F771483155
Octal3543103330177751061125
Binary111011001100100011011011011111111111010010001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8DB; }

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

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

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

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

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

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

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

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