#EFD4DB

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

Shades of Pale Rose #EFD4DB

Tints of Pale Rose #EFD4DB

Color information

#EFD4DB (or 0xEFD4DB) is unknown color: approx Pale Rose. HEX triplet: EF, D4 and DB. RGB value is (239,212,219). Sum of RGB (Red+Green+Blue) = 239+212+219=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4DB is #102B24. Grayscale: #DCDCDC. Windows color (decimal): -1059621 or 14406895. OLE color: 14406895.

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

Color convert

RGB239212219-
CMYK00.110.080.06
HSL344.44º45.76%88.43%-
HSV(B)344.44º11.3%93.73%-
XYZ71.9370.5576.84-
YUV220.87126.95140.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=35.67%
G=31.64%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921221900.110.080.06344.4445.7688.43
HexEFD4DB0B861582e58
Octal35732433301310653056130
Binary1110111111010100110110110101110001101010110001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4DB; }

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

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

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

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

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

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

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

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