#EFD8DB

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

Shades of Pale Rose #EFD8DB

Tints of Pale Rose #EFD8DB

Color information

#EFD8DB (or 0xEFD8DB) is unknown color: approx Pale Rose. HEX triplet: EF, D8 and DB. RGB value is (239,216,219). Sum of RGB (Red+Green+Blue) = 239+216+219=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8DB is #102724. Grayscale: #DFDFDF. Windows color (decimal): -1058597 or 14407919. OLE color: 14407919.

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

Color convert

RGB239216219-
CMYK00.100.080.06
HSL352.17º41.82%89.22%-
HSV(B)352.17º9.62%93.73%-
XYZ72.9472.5877.18-
YUV223.22125.62139.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=35.46%
G=32.05%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921621900.100.080.06352.1741.8289.22
HexEFD8DB0A861602a59
Octal35733033301210654052131
Binary1110111111011000110110110101010001101011000001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8DB; }

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

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

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

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

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

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

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

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