#ECCCE0

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

Shades of Classic Rose #ECCCE0

Tints of Classic Rose #ECCCE0

Color information

#ECCCE0 (or 0xECCCE0) is unknown color: approx Classic Rose. HEX triplet: EC, CC and E0. RGB value is (236,204,224). Sum of RGB (Red+Green+Blue) = 236+204+224=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCE0 is #13331F. Grayscale: #D7D7D7. Windows color (decimal): -1258272 or 14732524. OLE color: 14732524.

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

Color convert

RGB236204224-
CMYK00.140.050.07
HSL322.5º45.71%86.27%-
HSV(B)322.5º13.56%92.55%-
XYZ69.6466.479.67-
YUV215.85132.6142.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=35.54%
G=30.72%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620422400.140.050.07322.545.7186.27
HexECCCE00E571422e56
Octal3543143400165750256126
Binary111011001100110011100000011101011111010000101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCE0; }

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

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

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

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

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

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

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

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