#EAD7E1

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

Shades of Classic Rose #EAD7E1

Tints of Classic Rose #EAD7E1

Color information

#EAD7E1 (or 0xEAD7E1) is unknown color: approx Classic Rose. HEX triplet: EA, D7 and E1. RGB value is (234,215,225). Sum of RGB (Red+Green+Blue) = 234+215+225=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7E1 is #15281E. Grayscale: #DDDDDD. Windows color (decimal): -1386527 or 14800874. OLE color: 14800874.

HSL color Cylindrical-coordinate representation of color #EAD7E1: hue angle of 328.42º degrees, saturation: 0.31, 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 #EAD7E1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234215225-
CMYK00.080.040.08
HSL328.42º31.15%88.04%-
HSV(B)328.42º8.12%91.76%-
XYZ71.8271.5381.26-
YUV221.82129.79136.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 215 (84.38% from 255) = 31.90%
BLUE value IS 225 (88.28% from 255) = 33.38%
R=34.72%
G=31.90%
B=33.38%

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
Decimal23421522500.080.040.08328.4231.1588.04
HexEAD7E108481481f58
Octal35232734101041051037130
Binary111010101101011111100001010001001000101001000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7E1; }

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

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

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

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

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

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

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

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