#EDD6D8

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

Shades of Pale Rose #EDD6D8

Tints of Pale Rose #EDD6D8

Color information

#EDD6D8 (or 0xEDD6D8) is unknown color: approx Pale Rose. HEX triplet: ED, D6 and D8. RGB value is (237,214,216). Sum of RGB (Red+Green+Blue) = 237+214+216=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 216 (84.77% from 255 or 32.38% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6D8 is #122927. Grayscale: #DDDDDD. Windows color (decimal): -1190184 or 14210797. OLE color: 14210797.

HSL color Cylindrical-coordinate representation of color #EDD6D8: hue angle of 354.78º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD6D8 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB237214216-
CMYK00.100.090.07
HSL354.78º38.98%88.43%-
HSV(B)354.78º9.7%92.94%-
XYZ71.3771.0674.92-
YUV221.1125.12139.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 214 (83.98% from 255) = 32.08%
BLUE value IS 216 (84.77% from 255) = 32.38%
R=35.53%
G=32.08%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721421600.100.090.07354.7838.9888.43
HexEDD6D80A971632758
Octal35532633001211754347130
Binary1110110111010110110110000101010011111011000111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6D8; }

 p { color: rgb(237,214,216); }

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

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

 a { background-color: rgb(237,214,216); }

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

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

 span { border-color: rgb(237,214,216); }

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