#EFCCD9

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

Shades of Classic Rose #EFCCD9

Tints of Classic Rose #EFCCD9

Color information

#EFCCD9 (or 0xEFCCD9) is unknown color: approx Classic Rose. HEX triplet: EF, CC and D9. RGB value is (239,204,217). Sum of RGB (Red+Green+Blue) = 239+204+217=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD9 is #103326. Grayscale: #D7D7D7. Windows color (decimal): -1061671 or 14273775. OLE color: 14273775.

HSL color Cylindrical-coordinate representation of color #EFCCD9: hue angle of 337.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCD9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239204217-
CMYK00.150.090.06
HSL337.71º52.24%86.86%-
HSV(B)337.71º14.64%93.73%-
XYZ69.7166.5574.82-
YUV215.95128.6144.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 217 (85.16% from 255) = 32.88%
R=36.21%
G=30.91%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920421700.150.090.06337.7152.2486.86
HexEFCCD90F961523457
Octal35731433101711652264127
Binary1110111111001100110110010111110011101010100101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCD9; }

 p { color: rgb(239,204,217); }

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

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

 a { background-color: rgb(239,204,217); }

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

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

 span { border-color: rgb(239,204,217); }

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