#EACDDF

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

Shades of Classic Rose #EACDDF

Tints of Classic Rose #EACDDF

Color information

#EACDDF (or 0xEACDDF) is unknown color: approx Classic Rose. HEX triplet: EA, CD and DF. RGB value is (234,205,223). Sum of RGB (Red+Green+Blue) = 234+205+223=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDDF is #153220. Grayscale: #D7D7D7. Windows color (decimal): -1389089 or 14667242. OLE color: 14667242.

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

Color convert

RGB234205223-
CMYK00.120.050.08
HSL322.76º40.85%86.08%-
HSV(B)322.76º12.39%91.76%-
XYZ69.0866.4879-
YUV215.72132.11141.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=35.35%
G=30.97%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420522300.120.050.08322.7640.8586.08
HexEACDDF0C581432956
Octal35231533701451050351126
Binary1110101011001101110111110110010110001010000111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDDF; }

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

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

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

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

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

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

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

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