Html Css Color HEX #EAD6DB Pale Rose

📋 copy color: '#EAD6DB'

red 234 ◦ green 214 ◦ blue 219

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

Shades of Pale Rose #EAD6DB

Tints of Pale Rose #EAD6DB

RGB

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

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

RGB 234 214 219 -
CMYK 0 0.09 0.06 0.08
HSL 345º 0.32% 0.88% -
HSV(B) 345º 0.09% 0.92% -
XYZ 70.76 70.7 76.93 -
YUV 220.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 234 214 219 0 0.09 0.06 0.08 345 0.32 0.88
Hex EA D6 DB 0 9 6 8 159 20 58
Octal 352 326 333 0 11 6 10 531 40 130
Binary 11101010 11010110 11011011 0 1001 110 1000 101011001 100000 1011000

Color Harmonies of #EAD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD6DB

Black with #EAD6DB

Text Example


Text Example

White with #EAD6DB

Text Example


Text Example

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