#efc6dd

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

Shades of Classic Rose #EFC6DD

Tints of Classic Rose #EFC6DD

Color information

#EFC6DD (or 0xEFC6DD) is unknown color: approx Classic Rose. HEX triplet: EF, C6 and DD. RGB value is (239,198,221). Sum of RGB (Red+Green+Blue) = 239+198+221=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6DD is #103922. Grayscale: #D4D4D4. Windows color (decimal): -1063203 or 14534383. OLE color: 14534383.

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

Color convert

RGB239198221-
CMYK00.170.080.06
HSL326.34º56.16%85.69%-
HSV(B)326.34º17.15%93.73%-
XYZ68.8463.9677.12-
YUV212.88132.58146.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 198 (77.73% from 255) = 30.09%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=36.32%
G=30.09%
B=33.59%

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
Decimal23919822100.170.080.06326.3456.1685.69
HexEFC6DD011861463856
Octal35730633502110650670126
Binary11101111110001101101110101000110001101010001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc6dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc6dd; }

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

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

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

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

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

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

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

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