#EAD3DE

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

Shades of Classic Rose #EAD3DE

Tints of Classic Rose #EAD3DE

Color information

#EAD3DE (or 0xEAD3DE) is unknown color: approx Classic Rose. HEX triplet: EA, D3 and DE. RGB value is (234,211,222). Sum of RGB (Red+Green+Blue) = 234+211+222=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3DE is #152C21. Grayscale: #DBDBDB. Windows color (decimal): -1387554 or 14603242. OLE color: 14603242.

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

Color convert

RGB234211222-
CMYK00.100.050.08
HSL331.3º35.38%87.25%-
HSV(B)331.3º9.83%91.76%-
XYZ70.4169.3578.78-
YUV219.13129.62138.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=35.08%
G=31.63%
B=33.28%

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
Decimal23421122200.100.050.08331.335.3887.25
HexEAD3DE0A5814b2357
Octal35232333601251051343127
Binary1110101011010011110111100101010110001010010111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3DE; }

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

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

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

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

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

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

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

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