#EACCDD

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

Shades of Classic Rose #EACCDD

Tints of Classic Rose #EACCDD

Color information

#EACCDD (or 0xEACCDD) is unknown color: approx Classic Rose. HEX triplet: EA, CC and DD. RGB value is (234,204,221). Sum of RGB (Red+Green+Blue) = 234+204+221=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDD is #153322. Grayscale: #D6D6D6. Windows color (decimal): -1389347 or 14535914. OLE color: 14535914.

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

Color convert

RGB234204221-
CMYK00.130.060.08
HSL326º41.67%85.88%-
HSV(B)326º12.82%91.76%-
XYZ68.5865.977.51-
YUV214.91131.44141.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=35.51%
G=30.96%
B=33.54%

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
Decimal23420422100.130.060.0832641.6785.88
HexEACCDD0D681462a56
Octal35231433501561050652126
Binary1110101011001100110111010110111010001010001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCDD; }

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

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

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

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

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

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

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

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