#ECCADF

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

Shades of Classic Rose #ECCADF

Tints of Classic Rose #ECCADF

Color information

#ECCADF (or 0xECCADF) is unknown color: approx Classic Rose. HEX triplet: EC, CA and DF. RGB value is (236,202,223). Sum of RGB (Red+Green+Blue) = 236+202+223=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCADF is #133520. Grayscale: #D6D6D6. Windows color (decimal): -1258785 or 14666476. OLE color: 14666476.

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

Color convert

RGB236202223-
CMYK00.140.060.07
HSL322.94º47.22%85.88%-
HSV(B)322.94º14.41%92.55%-
XYZ69.0365.478.8-
YUV214.56132.76143.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=35.70%
G=30.56%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620222300.140.060.07322.9447.2285.88
HexECCADF0E671432f56
Octal3543123370166750357126
Binary111011001100101011011111011101101111010000111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCADF; }

 p { color: rgb(236,202,223); }

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

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

 a { background-color: rgb(236,202,223); }

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

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

 span { border-color: rgb(236,202,223); }

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