#EAD8E1

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

Shades of Classic Rose #EAD8E1

Tints of Classic Rose #EAD8E1

Color information

#EAD8E1 (or 0xEAD8E1) is unknown color: approx Classic Rose. HEX triplet: EA, D8 and E1. RGB value is (234,216,225). Sum of RGB (Red+Green+Blue) = 234+216+225=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8E1 is #15271E. Grayscale: #DEDEDE. Windows color (decimal): -1386271 or 14801130. OLE color: 14801130.

HSL color Cylindrical-coordinate representation of color #EAD8E1: hue angle of 330º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAD8E1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234216225-
CMYK00.080.040.08
HSL330º30%88.24%-
HSV(B)330º7.69%91.76%-
XYZ72.0872.0481.34-
YUV222.41129.46136.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 225 (88.28% from 255) = 33.33%
R=34.67%
G=32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421622500.080.040.083303088.24
HexEAD8E1084814a1e58
Octal35233034101041051236130
Binary111010101101100011100001010001001000101001010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8E1; }

 p { color: rgb(234,216,225); }

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

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

 a { background-color: rgb(234,216,225); }

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

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

 span { border-color: rgb(234,216,225); }

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