#EFDDDE

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

Shades of Pale Pink #EFDDDE

Tints of Pale Pink #EFDDDE

Color information

#EFDDDE (or 0xEFDDDE) is unknown color: approx Pale Pink. HEX triplet: EF, DD and DE. RGB value is (239,221,222). Sum of RGB (Red+Green+Blue) = 239+221+222=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDDE is #102221. Grayscale: #E2E2E2. Windows color (decimal): -1057314 or 14605807. OLE color: 14605807.

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

Color convert

RGB239221222-
CMYK00.080.070.06
HSL356.67º36%90.2%-
HSV(B)356.67º7.53%93.73%-
XYZ74.6475.3479.72-
YUV226.5125.46136.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=35.04%
G=32.40%
B=32.55%

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
Decimal23922122200.080.070.06356.673690.2
HexEFDDDE0876165245a
Octal3573353360107654544132
Binary111011111101110111011110010001111101011001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDDE; }

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

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

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

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

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

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

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

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