#EACFDC

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

Shades of Classic Rose #EACFDC

Tints of Classic Rose #EACFDC

Color information

#EACFDC (or 0xEACFDC) is unknown color: approx Classic Rose. HEX triplet: EA, CF and DC. RGB value is (234,207,220). Sum of RGB (Red+Green+Blue) = 234+207+220=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFDC is #153023. Grayscale: #D8D8D8. Windows color (decimal): -1388580 or 14471146. OLE color: 14471146.

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

Color convert

RGB234207220-
CMYK00.120.060.08
HSL331.11º39.13%86.47%-
HSV(B)331.11º11.54%91.76%-
XYZ69.1667.2977.05-
YUV216.55129.95140.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=35.40%
G=31.32%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420722000.120.060.08331.1139.1386.47
HexEACFDC0C6814b2756
Octal35231733401461051347126
Binary1110101011001111110111000110011010001010010111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFDC; }

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

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

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

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

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

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

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

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