#EAC1DC

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

Shades of Classic Rose #EAC1DC

Tints of Classic Rose #EAC1DC

Color information

#EAC1DC (or 0xEAC1DC) is unknown color: approx Classic Rose. HEX triplet: EA, C1 and DC. RGB value is (234,193,220). Sum of RGB (Red+Green+Blue) = 234+193+220=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1DC is #153E23. Grayscale: #D0D0D0. Windows color (decimal): -1392164 or 14467562. OLE color: 14467562.

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

Color convert

RGB234193220-
CMYK00.180.060.08
HSL320.49º49.4%83.73%-
HSV(B)320.49º17.52%91.76%-
XYZ65.9260.875.97-
YUV208.34134.58146.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 193 (75.78% from 255) = 29.83%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=36.17%
G=29.83%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419322000.180.060.08320.4949.483.73
HexEAC1DC012681403154
Octal35230133402261050061124
Binary11101010110000011101110001001011010001010000001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1DC; }

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

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

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

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

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

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

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

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