#EAD2DE

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

Shades of Classic Rose #EAD2DE

Tints of Classic Rose #EAD2DE

Color information

#EAD2DE (or 0xEAD2DE) is unknown color: approx Classic Rose. HEX triplet: EA, D2 and DE. RGB value is (234,210,222). Sum of RGB (Red+Green+Blue) = 234+210+222=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2DE is #152D21. Grayscale: #DADADA. Windows color (decimal): -1387810 or 14602986. OLE color: 14602986.

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

Color convert

RGB234210222-
CMYK00.100.050.08
HSL330º36.36%87.06%-
HSV(B)330º10.26%91.76%-
XYZ70.1668.8678.7-
YUV218.54129.95139.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=35.14%
G=31.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421022200.100.050.0833036.3687.06
HexEAD2DE0A5814a2457
Octal35232233601251051244127
Binary1110101011010010110111100101010110001010010101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2DE; }

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

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

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

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

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

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

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

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