#EAC7DD

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

Shades of Classic Rose #EAC7DD

Tints of Classic Rose #EAC7DD

Color information

#EAC7DD (or 0xEAC7DD) is unknown color: approx Classic Rose. HEX triplet: EA, C7 and DD. RGB value is (234,199,221). Sum of RGB (Red+Green+Blue) = 234+199+221=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7DD is #153822. Grayscale: #D3D3D3. Windows color (decimal): -1390627 or 14534634. OLE color: 14534634.

HSL color Cylindrical-coordinate representation of color #EAC7DD: hue angle of 322.29º degrees, saturation: 0.45, 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 #EAC7DD is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234199221-
CMYK00.150.060.08
HSL322.29º45.45%84.9%-
HSV(B)322.29º14.96%91.76%-
XYZ67.4163.5677.12-
YUV211.97133.1143.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 199 (78.12% from 255) = 30.43%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=35.78%
G=30.43%
B=33.79%

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
Decimal23419922100.150.060.08322.2945.4584.9
HexEAC7DD0F681422d55
Octal35230733501761050255125
Binary1110101011000111110111010111111010001010000101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7DD; }

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

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

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

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

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

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

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

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