#EADFE6

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

Shades of Classic Rose #EADFE6

Tints of Classic Rose #EADFE6

Color information

#EADFE6 (or 0xEADFE6) is unknown color: approx Classic Rose. HEX triplet: EA, DF and E6. RGB value is (234,223,230). Sum of RGB (Red+Green+Blue) = 234+223+230=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFE6 is #152019. Grayscale: #E3E3E3. Windows color (decimal): -1384474 or 15130602. OLE color: 15130602.

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

Color convert

RGB234223230-
CMYK00.050.020.08
HSL321.82º20.75%89.61%-
HSV(B)321.82º4.7%91.76%-
XYZ74.675.9885.6-
YUV227.09129.64132.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 230 (90.23% from 255) = 33.48%
R=34.06%
G=32.46%
B=33.48%

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
Decimal23422323000.050.020.08321.8220.7589.61
HexEADFE60528142155a
Octal3523373460521050225132
Binary1110101011011111111001100101101000101000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFE6; }

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

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

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

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

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

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

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

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