#EAD6DB

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

Shades of Pale Rose #EAD6DB

Tints of Pale Rose #EAD6DB

Color information

#EAD6DB (or 0xEAD6DB) is unknown color: approx Pale Rose. HEX triplet: EA, D6 and DB. RGB value is (234,214,219). Sum of RGB (Red+Green+Blue) = 234+214+219=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6DB is #152924. Grayscale: #DCDCDC. Windows color (decimal): -1386789 or 14407402. OLE color: 14407402.

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

Color convert

RGB234214219-
CMYK00.090.060.08
HSL345º32.26%87.84%-
HSV(B)345º8.55%91.76%-
XYZ70.7670.776.93-
YUV220.55127.13137.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 214 (83.98% from 255) = 32.08%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=35.08%
G=32.08%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421421900.090.060.0834532.2687.84
HexEAD6DB09681592058
Octal35232633301161053140130
Binary1110101011010110110110110100111010001010110011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6DB; }

 p { color: rgb(234,214,219); }

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

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

 a { background-color: rgb(234,214,219); }

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

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

 span { border-color: rgb(234,214,219); }

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