#ECCCDB

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

Shades of Classic Rose #ECCCDB

Tints of Classic Rose #ECCCDB

Color information

#ECCCDB (or 0xECCCDB) is unknown color: approx Classic Rose. HEX triplet: EC, CC and DB. RGB value is (236,204,219). Sum of RGB (Red+Green+Blue) = 236+204+219=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCDB is #133324. Grayscale: #D7D7D7. Windows color (decimal): -1258277 or 14404844. OLE color: 14404844.

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

Color convert

RGB236204219-
CMYK00.140.070.07
HSL331.88º45.71%86.27%-
HSV(B)331.88º13.56%92.55%-
XYZ68.9766.1376.15-
YUV215.28130.1142.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=35.81%
G=30.96%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620421900.140.070.07331.8845.7186.27
HexECCCDB0E7714c2e56
Octal3543143330167751456126
Binary111011001100110011011011011101111111010011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCDB; }

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

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

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

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

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

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

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

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