#ECCFDF

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

Shades of Classic Rose #ECCFDF

Tints of Classic Rose #ECCFDF

Color information

#ECCFDF (or 0xECCFDF) is unknown color: approx Classic Rose. HEX triplet: EC, CF and DF. RGB value is (236,207,223). Sum of RGB (Red+Green+Blue) = 236+207+223=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFDF is #133020. Grayscale: #D9D9D9. Windows color (decimal): -1257505 or 14667756. OLE color: 14667756.

HSL color Cylindrical-coordinate representation of color #ECCFDF: hue angle of 326.9º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFDF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236207223-
CMYK00.120.060.07
HSL326.9º43.28%86.86%-
HSV(B)326.9º12.29%92.55%-
XYZ70.2267.7979.19-
YUV217.49131.11141.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=35.44%
G=31.08%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620722300.120.060.07326.943.2886.86
HexECCFDF0C671472b57
Octal3543173370146750753127
Binary111011001100111111011111011001101111010001111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFDF; }

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

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

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

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

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

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

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

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