Html Css Color HEX #EADEE0 Pale Rose

📋 copy color: '#EADEE0'

red 234 ◦ green 222 ◦ blue 224

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

Shades of Pale Rose #EADEE0

Tints of Pale Rose #EADEE0

RGB

 RED value IS 234 (91.8% from 255) = 34.41%

 GREEN value IS 222 (87.11% from 255) = 32.65%

 BLUE value IS 224 (87.89% from 255) = 32.94%

R = 34.41%
G = 32.65%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EADEE0 (or 0xEADEE0) is known color: Pale Rose. HEX triplet: EA, DE and E0. RGB value is (234,222,224). Sum of RGB (Red+Green+Blue) = 234+222+224=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE0 is #15211F. Grayscale: #E1E1E1. Windows color (decimal): -1384736 or 14737130. OLE color: 14737130.

HSL color Cylindrical-coordinate representation of color #EADEE0: hue angle of 350º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 222 224 -
CMYK 0 0.05 0.04 0.08
HSL 350º 0.22% 0.89% -
HSV(B) 350º 0.05% 0.92% -
XYZ 73.51 75.12 81.15 -
YUV 225.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 234 222 224 0 0.05 0.04 0.08 350 0.22 0.89
Hex EA DE E0 0 5 4 8 15E 16 59
Octal 352 336 340 0 5 4 10 536 26 131
Binary 11101010 11011110 11100000 0 101 100 1000 101011110 10110 1011001

Color Harmonies of #EADEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADEE0

Black with #EADEE0

Text Example


Text Example

White with #EADEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADEE0; }

 p { color: rgb(234,222,224); }

 H1.HeaderClassName
 {
   color: #EADEE0;
 }
 .AnyTagClassName
 {
   color: #EADEE0;
 }
</style>

background-color css

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

 a { background-color: rgb(234,222,224); }

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

border-color css

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

 span { border-color: rgb(234,222,224); }

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