#DFDAC0

Color #DFDAC0 Coconut Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coconut Cream #DFDAC0

Tints of Coconut Cream #DFDAC0

Color information

#DFDAC0 (or 0xDFDAC0) is unknown color: approx Coconut Cream. HEX triplet: DF, DA and C0. RGB value is (223,218,192). Sum of RGB (Red+Green+Blue) = 223+218+192=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC0 is #20253F. Grayscale: #D8D8D8. Windows color (decimal): -2106688 or 12638943. OLE color: 12638943.

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

Color convert

RGB223218192-
CMYK00.020.140.13
HSL50.32º32.63%81.37%-
HSV(B)50.32º13.9%87.45%-
XYZ65.0269.6459.88-
YUV216.53114.16132.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=35.23%
G=34.44%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321819200.020.140.1350.3232.6381.37
HexDFDAC002ED322151
Octal3373323000216156241121
Binary110111111101101011000000010111011011100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAC0; }

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

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

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

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

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

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

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

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