#EAD6E4

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

Shades of Classic Rose #EAD6E4

Tints of Classic Rose #EAD6E4

Color information

#EAD6E4 (or 0xEAD6E4) is unknown color: approx Classic Rose. HEX triplet: EA, D6 and E4. RGB value is (234,214,228). Sum of RGB (Red+Green+Blue) = 234+214+228=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6E4 is #15291B. Grayscale: #DDDDDD. Windows color (decimal): -1386780 or 14997226. OLE color: 14997226.

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

Color convert

RGB234214228-
CMYK00.090.030.08
HSL318º32.26%87.84%-
HSV(B)318º8.55%91.76%-
XYZ71.9871.1983.35-
YUV221.58131.63136.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 214 (83.98% from 255) = 31.66%
BLUE value IS 228 (89.45% from 255) = 33.73%
R=34.62%
G=31.66%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421422800.090.030.0831832.2687.84
HexEAD6E4093813e2058
Octal35232634401131047640130
Binary111010101101011011100100010011110001001111101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6E4; }

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

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

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

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

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

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

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

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