#ECCFDB

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

Shades of Classic Rose #ECCFDB

Tints of Classic Rose #ECCFDB

Color information

#ECCFDB (or 0xECCFDB) is unknown color: approx Classic Rose. HEX triplet: EC, CF and DB. RGB value is (236,207,219). Sum of RGB (Red+Green+Blue) = 236+207+219=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFDB is #133024. Grayscale: #D9D9D9. Windows color (decimal): -1257509 or 14405612. OLE color: 14405612.

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

Color convert

RGB236207219-
CMYK00.120.070.07
HSL335.17º43.28%86.86%-
HSV(B)335.17º12.29%92.55%-
XYZ69.6967.5776.39-
YUV217.04129.11141.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 207 (81.25% from 255) = 31.27%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=35.65%
G=31.27%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620721900.120.070.07335.1743.2886.86
HexECCFDB0C7714f2b57
Octal3543173330147751753127
Binary111011001100111111011011011001111111010011111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFDB; }

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

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

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

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

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

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

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

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