#EFC7DD

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

Shades of Classic Rose #EFC7DD

Tints of Classic Rose #EFC7DD

Color information

#EFC7DD (or 0xEFC7DD) is unknown color: approx Classic Rose. HEX triplet: EF, C7 and DD. RGB value is (239,199,221). Sum of RGB (Red+Green+Blue) = 239+199+221=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7DD is #103822. Grayscale: #D5D5D5. Windows color (decimal): -1062947 or 14534639. OLE color: 14534639.

HSL color Cylindrical-coordinate representation of color #EFC7DD: hue angle of 327º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7DD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239199221-
CMYK00.170.080.06
HSL327º55.56%85.88%-
HSV(B)327º16.74%93.73%-
XYZ69.0764.4277.2-
YUV213.47132.25146.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 199 (78.12% from 255) = 30.20%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=36.27%
G=30.20%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919922100.170.080.0632755.5685.88
HexEFC7DD011861473856
Octal35730733502110650770126
Binary11101111110001111101110101000110001101010001111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7DD; }

 p { color: rgb(239,199,221); }

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

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

 a { background-color: rgb(239,199,221); }

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

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

 span { border-color: rgb(239,199,221); }

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