Html Css Color HEX #EADBE0 Pale Rose

📋 copy color: '#EADBE0'

red 234 ◦ green 219 ◦ blue 224

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

Shades of Pale Rose #EADBE0

Tints of Pale Rose #EADBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.35%

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

R = 34.56%
G = 32.35%
B = 33.09%

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

#EADBE0 (or 0xEADBE0) is known color: Pale Rose. HEX triplet: EA, DB and E0. RGB value is (234,219,224). Sum of RGB (Red+Green+Blue) = 234+219+224=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBE0 is #15241F. Grayscale: #E0E0E0. Windows color (decimal): -1385504 or 14736362. OLE color: 14736362.

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

Color convert

RGB 234 219 224 -
CMYK 0 0.06 0.04 0.08
HSL 340º 0.26% 0.89% -
HSV(B) 340º 0.06% 0.92% -
XYZ 72.72 73.54 80.88 -
YUV 224.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 234 219 224 0 0.06 0.04 0.08 340 0.26 0.89
Hex EA DB E0 0 6 4 8 154 1A 59
Octal 352 333 340 0 6 4 10 524 32 131
Binary 11101010 11011011 11100000 0 110 100 1000 101010100 11010 1011001

Color Harmonies of #EADBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBE0

Black with #EADBE0

Text Example


Text Example

White with #EADBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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