Html Css Color HEX #EADBE4 Classic Rose

📋 copy color: '#EADBE4'

red 234 ◦ green 219 ◦ blue 228

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

Shades of Classic Rose #EADBE4

Tints of Classic Rose #EADBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.48%

R = 34.36%
G = 32.16%
B = 33.48%

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

#EADBE4 (or 0xEADBE4) is known color: Classic Rose. HEX triplet: EA, DB and E4. RGB value is (234,219,228). Sum of RGB (Red+Green+Blue) = 234+219+228=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBE4 is #15241B. Grayscale: #E0E0E0. Windows color (decimal): -1385500 or 14998506. OLE color: 14998506.

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

Color convert

RGB 234 219 228 -
CMYK 0 0.06 0.03 0.08
HSL 324º 0.26% 0.89% -
HSV(B) 324º 0.06% 0.92% -
XYZ 73.27 73.76 83.77 -
YUV 224.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 234 219 228 0 0.06 0.03 0.08 324 0.26 0.89
Hex EA DB E4 0 6 3 8 144 1A 59
Octal 352 333 344 0 6 3 10 504 32 131
Binary 11101010 11011011 11100100 0 110 11 1000 101000100 11010 1011001

Color Harmonies of #EADBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBE4

Black with #EADBE4

Text Example


Text Example

White with #EADBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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