#EFDEDF

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

Shades of Pale Pink #EFDEDF

Tints of Pale Pink #EFDEDF

Color information

#EFDEDF (or 0xEFDEDF) is unknown color: approx Pale Pink. HEX triplet: EF, DE and DF. RGB value is (239,222,223). Sum of RGB (Red+Green+Blue) = 239+222+223=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEDF is #102120. Grayscale: #E3E3E3. Windows color (decimal): -1057057 or 14671599. OLE color: 14671599.

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

Color convert

RGB239222223-
CMYK00.070.070.06
HSL356.47º34.69%90.39%-
HSV(B)356.47º7.11%93.73%-
XYZ75.0475.9280.51-
YUV227.2125.63136.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 223 (87.5% from 255) = 32.60%
R=34.94%
G=32.46%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922222300.070.070.06356.4734.6990.39
HexEFDEDF0776164235a
Octal357336337077654443132
Binary11101111110111101101111101111111101011001001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEDF; }

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

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

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

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

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

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

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

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