#EAD2E3

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

Shades of Classic Rose #EAD2E3

Tints of Classic Rose #EAD2E3

Color information

#EAD2E3 (or 0xEAD2E3) is unknown color: approx Classic Rose. HEX triplet: EA, D2 and E3. RGB value is (234,210,227). Sum of RGB (Red+Green+Blue) = 234+210+227=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2E3 is #152D1C. Grayscale: #DBDBDB. Windows color (decimal): -1387805 or 14930666. OLE color: 14930666.

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

Color convert

RGB234210227-
CMYK00.100.030.08
HSL317.5º36.36%87.06%-
HSV(B)317.5º10.26%91.76%-
XYZ70.8469.1382.28-
YUV219.11132.45138.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 210 (82.42% from 255) = 31.30%
BLUE value IS 227 (89.06% from 255) = 33.83%
R=34.87%
G=31.30%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421022700.100.030.08317.536.3687.06
HexEAD2E30A3813e2457
Octal35232234301231047644127
Binary111010101101001011100011010101110001001111101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2E3; }

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

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

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

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

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

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

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

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