#EAC3DD

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

Shades of Classic Rose #EAC3DD

Tints of Classic Rose #EAC3DD

Color information

#EAC3DD (or 0xEAC3DD) is unknown color: approx Classic Rose. HEX triplet: EA, C3 and DD. RGB value is (234,195,221). Sum of RGB (Red+Green+Blue) = 234+195+221=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3DD is #153C22. Grayscale: #D1D1D1. Windows color (decimal): -1391651 or 14533610. OLE color: 14533610.

HSL color Cylindrical-coordinate representation of color #EAC3DD: hue angle of 320º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC3DD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234195221-
CMYK00.170.060.08
HSL320º48.15%84.12%-
HSV(B)320º16.67%91.76%-
XYZ66.561.7476.82-
YUV209.62134.42145.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 195 (76.56% from 255) = 30%
BLUE value IS 221 (86.72% from 255) = 34%
R=36%
G=30%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419522100.170.060.0832048.1584.12
HexEAC3DD011681403054
Octal35230333502161050060124
Binary11101010110000111101110101000111010001010000001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3DD; }

 p { color: rgb(234,195,221); }

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

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

 a { background-color: rgb(234,195,221); }

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

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

 span { border-color: rgb(234,195,221); }

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