#ECCFDE

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

Shades of Classic Rose #ECCFDE

Tints of Classic Rose #ECCFDE

Color information

#ECCFDE (or 0xECCFDE) is unknown color: approx Classic Rose. HEX triplet: EC, CF and DE. RGB value is (236,207,222). Sum of RGB (Red+Green+Blue) = 236+207+222=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFDE is #133021. Grayscale: #D9D9D9. Windows color (decimal): -1257506 or 14602220. OLE color: 14602220.

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

Color convert

RGB236207222-
CMYK00.120.060.07
HSL328.97º43.28%86.86%-
HSV(B)328.97º12.29%92.55%-
XYZ70.0967.7378.49-
YUV217.38130.61141.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=35.49%
G=31.13%
B=33.38%

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
Decimal23620722200.120.060.07328.9743.2886.86
HexECCFDE0C671492b57
Octal3543173360146751153127
Binary111011001100111111011110011001101111010010011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFDE; }

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

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

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

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

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

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

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

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