#EAD2DF

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

Shades of Classic Rose #EAD2DF

Tints of Classic Rose #EAD2DF

Color information

#EAD2DF (or 0xEAD2DF) is unknown color: approx Classic Rose. HEX triplet: EA, D2 and DF. RGB value is (234,210,223). Sum of RGB (Red+Green+Blue) = 234+210+223=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2DF is #152D20. Grayscale: #DADADA. Windows color (decimal): -1387809 or 14668522. OLE color: 14668522.

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

Color convert

RGB234210223-
CMYK00.100.050.08
HSL327.5º36.36%87.06%-
HSV(B)327.5º10.26%91.76%-
XYZ70.368.9179.41-
YUV218.66130.45138.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 210 (82.42% from 255) = 31.48%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=35.08%
G=31.48%
B=33.43%

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
Decimal23421022300.100.050.08327.536.3687.06
HexEAD2DF0A581482457
Octal35232233701251051044127
Binary1110101011010010110111110101010110001010010001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2DF; }

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

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

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

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

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

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

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

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