#EACFDE

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

Shades of Classic Rose #EACFDE

Tints of Classic Rose #EACFDE

Color information

#EACFDE (or 0xEACFDE) is unknown color: approx Classic Rose. HEX triplet: EA, CF and DE. RGB value is (234,207,222). Sum of RGB (Red+Green+Blue) = 234+207+222=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFDE is #153021. Grayscale: #D8D8D8. Windows color (decimal): -1388578 or 14602218. OLE color: 14602218.

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

Color convert

RGB234207222-
CMYK00.120.050.08
HSL326.67º39.13%86.47%-
HSV(B)326.67º11.54%91.76%-
XYZ69.4367.3978.46-
YUV216.78130.95140.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=35.29%
G=31.22%
B=33.48%

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
Decimal23420722200.120.050.08326.6739.1386.47
HexEACFDE0C581472756
Octal35231733601451050747126
Binary1110101011001111110111100110010110001010001111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFDE; }

 p { color: rgb(234,207,222); }

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

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

 a { background-color: rgb(234,207,222); }

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

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

 span { border-color: rgb(234,207,222); }

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