#EFDAE7

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

Shades of Classic Rose #EFDAE7

Tints of Classic Rose #EFDAE7

Color information

#EFDAE7 (or 0xEFDAE7) is unknown color: approx Classic Rose. HEX triplet: EF, DA and E7. RGB value is (239,218,231). Sum of RGB (Red+Green+Blue) = 239+218+231=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAE7 is #102518. Grayscale: #E1E1E1. Windows color (decimal): -1058073 or 15194863. OLE color: 15194863.

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

Color convert

RGB239218231-
CMYK00.090.030.06
HSL322.86º39.62%89.61%-
HSV(B)322.86º8.79%93.73%-
XYZ75.0974.2685.98-
YUV225.76130.96137.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=34.74%
G=31.69%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921823100.090.030.06322.8639.6289.61
HexEFDAE70936143285a
Octal3573323470113650350132
Binary11101111110110101110011101001111101010000111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAE7; }

 p { color: rgb(239,218,231); }

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

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

 a { background-color: rgb(239,218,231); }

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

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

 span { border-color: rgb(239,218,231); }

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