#EFD0DC

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

Shades of Classic Rose #EFD0DC

Tints of Classic Rose #EFD0DC

Color information

#EFD0DC (or 0xEFD0DC) is unknown color: approx Classic Rose. HEX triplet: EF, D0 and DC. RGB value is (239,208,220). Sum of RGB (Red+Green+Blue) = 239+208+220=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0DC is #102F23. Grayscale: #DADADA. Windows color (decimal): -1060644 or 14471407. OLE color: 14471407.

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

Color convert

RGB239208220-
CMYK00.130.080.06
HSL336.77º49.21%87.65%-
HSV(B)336.77º12.97%93.73%-
XYZ71.0768.6377.21-
YUV218.64128.77142.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=35.83%
G=31.18%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920822000.130.080.06336.7749.2187.65
HexEFD0DC0D861513158
Octal35732033401510652161130
Binary1110111111010000110111000110110001101010100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0DC; }

 p { color: rgb(239,208,220); }

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

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

 a { background-color: rgb(239,208,220); }

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

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

 span { border-color: rgb(239,208,220); }

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