#EACCDC

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

Shades of Classic Rose #EACCDC

Tints of Classic Rose #EACCDC

Color information

#EACCDC (or 0xEACCDC) is unknown color: approx Classic Rose. HEX triplet: EA, CC and DC. RGB value is (234,204,220). Sum of RGB (Red+Green+Blue) = 234+204+220=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDC is #153323. Grayscale: #D6D6D6. Windows color (decimal): -1389348 or 14470378. OLE color: 14470378.

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

Color convert

RGB234204220-
CMYK00.130.060.08
HSL328º41.67%85.88%-
HSV(B)328º12.82%91.76%-
XYZ68.4465.8576.81-
YUV214.79130.94141.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=35.56%
G=31.00%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420422000.130.060.0832841.6785.88
HexEACCDC0D681482a56
Octal35231433401561051052126
Binary1110101011001100110111000110111010001010010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCDC; }

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

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

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

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

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

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

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

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