#DFDACC

Color #DFDACC Albescent White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Albescent White #DFDACC

Tints of Albescent White #DFDACC

Color information

#DFDACC (or 0xDFDACC) is unknown color: approx Albescent White. HEX triplet: DF, DA and CC. RGB value is (223,218,204). Sum of RGB (Red+Green+Blue) = 223+218+204=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDACC is #202533. Grayscale: #D9D9D9. Windows color (decimal): -2106676 or 13425375. OLE color: 13425375.

HSL color Cylindrical-coordinate representation of color #DFDACC: hue angle of 44.21º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDACC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223218204-
CMYK00.020.090.13
HSL44.21º22.89%83.73%-
HSV(B)44.21º8.52%87.45%-
XYZ66.470.1967.18-
YUV217.9120.16131.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=34.57%
G=33.80%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321820400.020.090.1344.2122.8983.73
HexDFDACC029D2c1754
Octal3373323140211155427124
Binary11011111110110101100110001010011101101100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDACC; }

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

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

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

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

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

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

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

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