#EFD5DF

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

Shades of Classic Rose #EFD5DF

Tints of Classic Rose #EFD5DF

Color information

#EFD5DF (or 0xEFD5DF) is unknown color: approx Classic Rose. HEX triplet: EF, D5 and DF. RGB value is (239,213,223). Sum of RGB (Red+Green+Blue) = 239+213+223=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5DF is #102A20. Grayscale: #DDDDDD. Windows color (decimal): -1059361 or 14669295. OLE color: 14669295.

HSL color Cylindrical-coordinate representation of color #EFD5DF: hue angle of 336.92º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5DF is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239213223-
CMYK00.110.070.06
HSL336.92º44.83%88.63%-
HSV(B)336.92º10.88%93.73%-
XYZ72.7171.2779.74-
YUV221.91128.61140.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 213 (83.59% from 255) = 31.56%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=35.41%
G=31.56%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921322300.110.070.06336.9244.8388.63
HexEFD5DF0B761512d59
Octal3573253370137652155131
Binary111011111101010111011111010111111101010100011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5DF; }

 p { color: rgb(239,213,223); }

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

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

 a { background-color: rgb(239,213,223); }

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

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

 span { border-color: rgb(239,213,223); }

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