#EAD5DB

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

Shades of Pale Rose #EAD5DB

Tints of Pale Rose #EAD5DB

Color information

#EAD5DB (or 0xEAD5DB) is unknown color: approx Pale Rose. HEX triplet: EA, D5 and DB. RGB value is (234,213,219). Sum of RGB (Red+Green+Blue) = 234+213+219=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5DB is #152A24. Grayscale: #DBDBDB. Windows color (decimal): -1387045 or 14407146. OLE color: 14407146.

HSL color Cylindrical-coordinate representation of color #EAD5DB: hue angle of 342.86º degrees, saturation: 0.33, 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 #EAD5DB is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234213219-
CMYK00.090.060.08
HSL342.86º33.33%87.65%-
HSV(B)342.86º8.97%91.76%-
XYZ70.5170.276.85-
YUV219.96127.46138.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=35.14%
G=31.98%
B=32.88%

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
Decimal23421321900.090.060.08342.8633.3387.65
HexEAD5DB09681572158
Octal35232533301161052741130
Binary1110101011010101110110110100111010001010101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5DB; }

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

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

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

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

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

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

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

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