#EAC4DC

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

Shades of Classic Rose #EAC4DC

Tints of Classic Rose #EAC4DC

Color information

#EAC4DC (or 0xEAC4DC) is unknown color: approx Classic Rose. HEX triplet: EA, C4 and DC. RGB value is (234,196,220). Sum of RGB (Red+Green+Blue) = 234+196+220=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4DC is #153B23. Grayscale: #D2D2D2. Windows color (decimal): -1391396 or 14468330. OLE color: 14468330.

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

Color convert

RGB234196220-
CMYK00.160.060.08
HSL322.11º47.5%84.31%-
HSV(B)322.11º16.24%91.76%-
XYZ66.5962.1476.19-
YUV210.1133.59145.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 196 (76.95% from 255) = 30.15%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=36%
G=30.15%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419622000.160.060.08322.1147.584.31
HexEAC4DC010681423054
Octal35230433402061050260124
Binary11101010110001001101110001000011010001010000101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4DC; }

 p { color: rgb(234,196,220); }

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

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

 a { background-color: rgb(234,196,220); }

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

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

 span { border-color: rgb(234,196,220); }

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