#DFDABF

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

Shades of Coconut Cream #DFDABF

Tints of Coconut Cream #DFDABF

Color information

#DFDABF (or 0xDFDABF) is unknown color: approx Coconut Cream. HEX triplet: DF, DA and BF. RGB value is (223,218,191). Sum of RGB (Red+Green+Blue) = 223+218+191=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDABF is #202540. Grayscale: #D8D8D8. Windows color (decimal): -2106689 or 12573407. OLE color: 12573407.

HSL color Cylindrical-coordinate representation of color #DFDABF: hue angle of 50.62º 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 #DFDABF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223218191-
CMYK00.020.140.13
HSL50.62º33.33%81.18%-
HSV(B)50.62º14.35%87.45%-
XYZ64.9169.5959.3-
YUV216.42113.66132.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 191 (75% from 255) = 30.22%
R=35.28%
G=34.49%
B=30.22%

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
Decimal22321819100.020.140.1350.6233.3381.18
HexDFDABF02ED332151
Octal3373322770216156341121
Binary110111111101101010111111010111011011100111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDABF; }

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

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

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

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

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

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

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

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