#EFD0D6

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

Shades of Pale Rose #EFD0D6

Tints of Pale Rose #EFD0D6

Color information

#EFD0D6 (or 0xEFD0D6) is unknown color: approx Pale Rose. HEX triplet: EF, D0 and D6. RGB value is (239,208,214). Sum of RGB (Red+Green+Blue) = 239+208+214=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D6 is #102F29. Grayscale: #D9D9D9. Windows color (decimal): -1060650 or 14078191. OLE color: 14078191.

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

Color convert

RGB239208214-
CMYK00.130.100.06
HSL348.39º49.21%87.65%-
HSV(B)348.39º12.97%93.73%-
XYZ70.2968.3273.1-
YUV217.95125.77143.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 214 (83.98% from 255) = 32.38%
R=36.16%
G=31.47%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920821400.130.100.06348.3949.2187.65
HexEFD0D60DA615c3158
Octal35732032601512653461130
Binary1110111111010000110101100110110101101010111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0D6; }

 p { color: rgb(239,208,214); }

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

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

 a { background-color: rgb(239,208,214); }

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

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

 span { border-color: rgb(239,208,214); }

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