#EADEE6

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

Shades of Classic Rose #EADEE6

Tints of Classic Rose #EADEE6

Color information

#EADEE6 (or 0xEADEE6) is unknown color: approx Classic Rose. HEX triplet: EA, DE and E6. RGB value is (234,222,230). Sum of RGB (Red+Green+Blue) = 234+222+230=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEE6 is #152119. Grayscale: #E2E2E2. Windows color (decimal): -1384730 or 15130346. OLE color: 15130346.

HSL color Cylindrical-coordinate representation of color #EADEE6: hue angle of 320º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234222230-
CMYK00.050.020.08
HSL320º22.22%89.41%-
HSV(B)320º5.13%91.76%-
XYZ74.3475.4585.51-
YUV226.5129.98133.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 230 (90.23% from 255) = 33.53%
R=34.11%
G=32.36%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422223000.050.020.0832022.2289.41
HexEADEE605281401659
Octal3523363460521050026131
Binary1110101011011110111001100101101000101000000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEE6; }

 p { color: rgb(234,222,230); }

 H1.HeaderClassName
 {
   color: #EADEE6;
 }
 .AnyTagClassName
 {
   color: #EADEE6;
 }
</style>
background-color css

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

 a { background-color: rgb(234,222,230); }

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

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

 span { border-color: rgb(234,222,230); }

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