#EADBE4

Color #EADBE4 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EADBE4

Tints of Classic Rose #EADBE4

Color information

#EADBE4 (or 0xEADBE4) is unknown color: approx 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

RGB234219228-
CMYK00.060.030.08
HSL324º26.32%88.82%-
HSV(B)324º6.41%91.76%-
XYZ73.2773.7683.77-
YUV224.51129.97134.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421922800.060.030.0832426.3288.82
HexEADBE406381441a59
Octal3523333440631050432131
Binary1110101011011011111001000110111000101000100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>