Html Css Color HEX #EADDE5 Classic Rose

📋 copy color: '#EADDE5'

red 234 ◦ green 221 ◦ blue 229

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

Shades of Classic Rose #EADDE5

Tints of Classic Rose #EADDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.48%

R = 34.21%
G = 32.31%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EADDE5 (or 0xEADDE5) is known color: Classic Rose. HEX triplet: EA, DD and E5. RGB value is (234,221,229). Sum of RGB (Red+Green+Blue) = 234+221+229=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDE5 is #15221A. Grayscale: #E1E1E1. Windows color (decimal): -1384987 or 15064554. OLE color: 15064554.

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

Color convert

RGB 234 221 229 -
CMYK 0 0.06 0.02 0.08
HSL 323.08º 0.24% 0.89% -
HSV(B) 323.08º 0.06% 0.92% -
XYZ 73.93 74.86 84.68 -
YUV 225.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 234 221 229 0 0.06 0.02 0.08 323.08 0.24 0.89
Hex EA DD E5 0 6 2 8 143 18 59
Octal 352 335 345 0 6 2 10 503 30 131
Binary 11101010 11011101 11100101 0 110 10 1000 101000011 11000 1011001

Color Harmonies of #EADDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDE5

Black with #EADDE5

Text Example


Text Example

White with #EADDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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