#EFD8E6

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

Shades of Classic Rose #EFD8E6

Tints of Classic Rose #EFD8E6

Color information

#EFD8E6 (or 0xEFD8E6) is unknown color: approx Classic Rose. HEX triplet: EF, D8 and E6. RGB value is (239,216,230). Sum of RGB (Red+Green+Blue) = 239+216+230=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8E6 is #102719. Grayscale: #E0E0E0. Windows color (decimal): -1058586 or 15128815. OLE color: 15128815.

HSL color Cylindrical-coordinate representation of color #EFD8E6: hue angle of 323.48º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8E6 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239216230-
CMYK00.100.040.06
HSL323.48º41.82%89.22%-
HSV(B)323.48º9.62%93.73%-
XYZ74.4473.1885.06-
YUV224.47131.12138.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 216 (84.77% from 255) = 31.53%
BLUE value IS 230 (90.23% from 255) = 33.58%
R=34.89%
G=31.53%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921623000.100.040.06323.4841.8289.22
HexEFD8E60A461432a59
Octal3573303460124650352131
Binary111011111101100011100110010101001101010000111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8E6; }

 p { color: rgb(239,216,230); }

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

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

 a { background-color: rgb(239,216,230); }

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

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

 span { border-color: rgb(239,216,230); }

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