#EFDBDD

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

Shades of Pale Rose #EFDBDD

Tints of Pale Rose #EFDBDD

Color information

#EFDBDD (or 0xEFDBDD) is unknown color: approx Pale Rose. HEX triplet: EF, DB and DD. RGB value is (239,219,221). Sum of RGB (Red+Green+Blue) = 239+219+221=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDD is #102422. Grayscale: #E1E1E1. Windows color (decimal): -1057827 or 14539759. OLE color: 14539759.

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

Color convert

RGB239219221-
CMYK00.080.080.06
HSL354º38.46%89.8%-
HSV(B)354º8.37%93.73%-
XYZ73.9874.2378.84-
YUV225.21125.63137.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=35.20%
G=32.25%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921922100.080.080.0635438.4689.8
HexEFDBDD0886162265a
Octal35733333501010654246132
Binary1110111111011011110111010100010001101011000101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBDD; }

 p { color: rgb(239,219,221); }

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

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

 a { background-color: rgb(239,219,221); }

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

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

 span { border-color: rgb(239,219,221); }

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