#EFD2DF

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

Shades of Classic Rose #EFD2DF

Tints of Classic Rose #EFD2DF

Color information

#EFD2DF (or 0xEFD2DF) is unknown color: approx Classic Rose. HEX triplet: EF, D2 and DF. RGB value is (239,210,223). Sum of RGB (Red+Green+Blue) = 239+210+223=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2DF is #102D20. Grayscale: #DCDCDC. Windows color (decimal): -1060129 or 14668527. OLE color: 14668527.

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

Color convert

RGB239210223-
CMYK00.120.070.06
HSL333.1º47.54%88.04%-
HSV(B)333.1º12.13%93.73%-
XYZ71.9669.7779.49-
YUV220.15129.61141.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 210 (82.42% from 255) = 31.25%
BLUE value IS 223 (87.5% from 255) = 33.18%
R=35.57%
G=31.25%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921022300.120.070.06333.147.5488.04
HexEFD2DF0C7614d3058
Octal3573223370147651560130
Binary111011111101001011011111011001111101010011011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2DF; }

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

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

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

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

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

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

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

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