#EACCDF

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

Shades of Classic Rose #EACCDF

Tints of Classic Rose #EACCDF

Color information

#EACCDF (or 0xEACCDF) is unknown color: approx Classic Rose. HEX triplet: EA, CC and DF. RGB value is (234,204,223). Sum of RGB (Red+Green+Blue) = 234+204+223=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDF is #153320. Grayscale: #D7D7D7. Windows color (decimal): -1389345 or 14666986. OLE color: 14666986.

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

Color convert

RGB234204223-
CMYK00.130.050.08
HSL322º41.67%85.88%-
HSV(B)322º12.82%91.76%-
XYZ68.8466.0178.92-
YUV215.14132.44141.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=35.40%
G=30.86%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420422300.130.050.0832241.6785.88
HexEACCDF0D581422a56
Octal35231433701551050252126
Binary1110101011001100110111110110110110001010000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCDF; }

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

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

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

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

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

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

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

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