#ECCFE0

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

Shades of Classic Rose #ECCFE0

Tints of Classic Rose #ECCFE0

Color information

#ECCFE0 (or 0xECCFE0) is unknown color: approx Classic Rose. HEX triplet: EC, CF and E0. RGB value is (236,207,224). Sum of RGB (Red+Green+Blue) = 236+207+224=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFE0 is #13301F. Grayscale: #D9D9D9. Windows color (decimal): -1257504 or 14733292. OLE color: 14733292.

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

Color convert

RGB236207224-
CMYK00.120.050.07
HSL324.83º43.28%86.86%-
HSV(B)324.83º12.29%92.55%-
XYZ70.3667.8479.91-
YUV217.61131.61141.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=35.38%
G=31.03%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620722400.120.050.07324.8343.2886.86
HexECCFE00C571452b57
Octal3543173400145750553127
Binary111011001100111111100000011001011111010001011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFE0; }

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

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

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

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

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

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

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

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