#EFDBDE

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

Shades of Pale Rose #EFDBDE

Tints of Pale Rose #EFDBDE

Color information

#EFDBDE (or 0xEFDBDE) is unknown color: approx Pale Rose. HEX triplet: EF, DB and DE. RGB value is (239,219,222). Sum of RGB (Red+Green+Blue) = 239+219+222=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDE is #102421. Grayscale: #E1E1E1. Windows color (decimal): -1057826 or 14605295. OLE color: 14605295.

HSL color Cylindrical-coordinate representation of color #EFDBDE: hue angle of 351º 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 #EFDBDE is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239219222-
CMYK00.080.070.06
HSL351º38.46%89.8%-
HSV(B)351º8.37%93.73%-
XYZ74.1174.2979.54-
YUV225.32126.13137.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=35.15%
G=32.21%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921922200.080.070.0635138.4689.8
HexEFDBDE087615f265a
Octal3573333360107653746132
Binary111011111101101111011110010001111101010111111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBDE; }

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

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

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

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

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

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

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

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