#ECCCE1

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

Shades of Classic Rose #ECCCE1

Tints of Classic Rose #ECCCE1

Color information

#ECCCE1 (or 0xECCCE1) is unknown color: approx Classic Rose. HEX triplet: EC, CC and E1. RGB value is (236,204,225). Sum of RGB (Red+Green+Blue) = 236+204+225=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCE1 is #13331E. Grayscale: #D7D7D7. Windows color (decimal): -1258271 or 14798060. OLE color: 14798060.

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

Color convert

RGB236204225-
CMYK00.140.050.07
HSL320.62º45.71%86.27%-
HSV(B)320.62º13.56%92.55%-
XYZ69.7866.4580.38-
YUV215.96133.1142.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=35.49%
G=30.68%
B=33.83%

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
Decimal23620422500.140.050.07320.6245.7186.27
HexECCCE10E571412e56
Octal3543143410165750156126
Binary111011001100110011100001011101011111010000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCE1; }

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

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

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

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

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

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

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

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