#EAD0DF

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

Shades of Classic Rose #EAD0DF

Tints of Classic Rose #EAD0DF

Color information

#EAD0DF (or 0xEAD0DF) is unknown color: approx Classic Rose. HEX triplet: EA, D0 and DF. RGB value is (234,208,223). Sum of RGB (Red+Green+Blue) = 234+208+223=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0DF is #152F20. Grayscale: #D9D9D9. Windows color (decimal): -1388321 or 14668010. OLE color: 14668010.

HSL color Cylindrical-coordinate representation of color #EAD0DF: hue angle of 325.38º 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 #EAD0DF is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234208223-
CMYK00.110.050.08
HSL325.38º38.24%86.67%-
HSV(B)325.38º11.11%91.76%-
XYZ69.8167.9379.24-
YUV217.48131.11139.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=35.19%
G=31.28%
B=33.53%

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
Decimal23420822300.110.050.08325.3838.2486.67
HexEAD0DF0B581452657
Octal35232033701351050546127
Binary1110101011010000110111110101110110001010001011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0DF; }

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

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

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

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

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

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

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

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