#EAD7DB

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

Shades of Pale Rose #EAD7DB

Tints of Pale Rose #EAD7DB

Color information

#EAD7DB (or 0xEAD7DB) is unknown color: approx Pale Rose. HEX triplet: EA, D7 and DB. RGB value is (234,215,219). Sum of RGB (Red+Green+Blue) = 234+215+219=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7DB is #152824. Grayscale: #DDDDDD. Windows color (decimal): -1386533 or 14407658. OLE color: 14407658.

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

Color convert

RGB234215219-
CMYK00.080.060.08
HSL347.37º31.15%88.04%-
HSV(B)347.37º8.12%91.76%-
XYZ71.0271.2177.02-
YUV221.14126.79137.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=35.03%
G=32.19%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421521900.080.060.08347.3731.1588.04
HexEAD7DB086815b1f58
Octal35232733301061053337130
Binary111010101101011111011011010001101000101011011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7DB; }

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

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

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

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

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

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

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

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