Html Css Color HEX #EADBE3 Classic Rose

📋 copy color: '#EADBE3'

red 234 ◦ green 219 ◦ blue 227

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

Shades of Classic Rose #EADBE3

Tints of Classic Rose #EADBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.38%

R = 34.41%
G = 32.21%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EADBE3 (or 0xEADBE3) is known color: Classic Rose. HEX triplet: EA, DB and E3. RGB value is (234,219,227). Sum of RGB (Red+Green+Blue) = 234+219+227=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBE3 is #15241C. Grayscale: #E0E0E0. Windows color (decimal): -1385501 or 14932970. OLE color: 14932970.

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

Color convert

RGB 234 219 227 -
CMYK 0 0.06 0.03 0.08
HSL 328º 0.26% 0.89% -
HSV(B) 328º 0.06% 0.92% -
XYZ 73.13 73.7 83.04 -
YUV 224.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 234 219 227 0 0.06 0.03 0.08 328 0.26 0.89
Hex EA DB E3 0 6 3 8 148 1A 59
Octal 352 333 343 0 6 3 10 510 32 131
Binary 11101010 11011011 11100011 0 110 11 1000 101001000 11010 1011001

Color Harmonies of #EADBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBE3

Black with #EADBE3

Text Example


Text Example

White with #EADBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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