Html Css Color HEX #EADDE0 Pale Rose

📋 copy color: '#EADDE0'

red 234 ◦ green 221 ◦ blue 224

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

Shades of Pale Rose #EADDE0

Tints of Pale Rose #EADDE0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.55%

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

R = 34.46%
G = 32.55%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EADDE0 (or 0xEADDE0) is known color: Pale Rose. HEX triplet: EA, DD and E0. RGB value is (234,221,224). Sum of RGB (Red+Green+Blue) = 234+221+224=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDE0 is #15221F. Grayscale: #E1E1E1. Windows color (decimal): -1384992 or 14736874. OLE color: 14736874.

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

Color convert

RGB 234 221 224 -
CMYK 0 0.06 0.04 0.08
HSL 346.15º 0.24% 0.89% -
HSV(B) 346.15º 0.06% 0.92% -
XYZ 73.24 74.59 81.06 -
YUV 225.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 234 221 224 0 0.06 0.04 0.08 346.15 0.24 0.89
Hex EA DD E0 0 6 4 8 15A 18 59
Octal 352 335 340 0 6 4 10 532 30 131
Binary 11101010 11011101 11100000 0 110 100 1000 101011010 11000 1011001

Color Harmonies of #EADDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDE0

Black with #EADDE0

Text Example


Text Example

White with #EADDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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