Html Css Color HEX #EAD5DB Pale Rose

📋 copy color: '#EAD5DB'

red 234 ◦ green 213 ◦ blue 219

#EAD5DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Rose #EAD5DB

Tints of Pale Rose #EAD5DB

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAD5DB (or 0xEAD5DB) is known color: 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

RGB 234 213 219 -
CMYK 0 0.09 0.06 0.08
HSL 342.86º 0.33% 0.88% -
HSV(B) 342.86º 0.09% 0.92% -
XYZ 70.51 70.2 76.85 -
YUV 219.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 234 213 219 0 0.09 0.06 0.08 342.86 0.33 0.88
Hex EA D5 DB 0 9 6 8 157 21 58
Octal 352 325 333 0 11 6 10 527 41 130
Binary 11101010 11010101 11011011 0 1001 110 1000 101010111 100001 1011000

Color Harmonies of #EAD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD5DB

Black with #EAD5DB

Text Example


Text Example

White with #EAD5DB

Text Example


Text Example

HTML Codes & Css Web 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>