#EAC6DD

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

Shades of Classic Rose #EAC6DD

Tints of Classic Rose #EAC6DD

Color information

#EAC6DD (or 0xEAC6DD) is unknown color: approx Classic Rose. HEX triplet: EA, C6 and DD. RGB value is (234,198,221). Sum of RGB (Red+Green+Blue) = 234+198+221=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6DD is #153922. Grayscale: #D3D3D3. Windows color (decimal): -1390883 or 14534378. OLE color: 14534378.

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

Color convert

RGB234198221-
CMYK00.150.060.08
HSL321.67º46.15%84.71%-
HSV(B)321.67º15.38%91.76%-
XYZ67.1863.177.05-
YUV211.39133.43144.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 198 (77.73% from 255) = 30.32%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=35.83%
G=30.32%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419822100.150.060.08321.6746.1584.71
HexEAC6DD0F681422e55
Octal35230633501761050256125
Binary1110101011000110110111010111111010001010000101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6DD; }

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

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

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

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

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

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

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

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