#EAD0DE

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

Shades of Classic Rose #EAD0DE

Tints of Classic Rose #EAD0DE

Color information

#EAD0DE (or 0xEAD0DE) is unknown color: approx Classic Rose. HEX triplet: EA, D0 and DE. RGB value is (234,208,222). Sum of RGB (Red+Green+Blue) = 234+208+222=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0DE is #152F21. Grayscale: #D9D9D9. Windows color (decimal): -1388322 or 14602474. OLE color: 14602474.

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

Color convert

RGB234208222-
CMYK00.110.050.08
HSL327.69º38.24%86.67%-
HSV(B)327.69º11.11%91.76%-
XYZ69.6767.8878.54-
YUV217.37130.61139.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=35.24%
G=31.33%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420822200.110.050.08327.6938.2486.67
HexEAD0DE0B581482657
Octal35232033601351051046127
Binary1110101011010000110111100101110110001010010001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0DE; }

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

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

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

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

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

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

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

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