#DAD6B8

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

Shades of Coconut Cream #DAD6B8

Tints of Coconut Cream #DAD6B8

Color information

#DAD6B8 (or 0xDAD6B8) is unknown color: approx Coconut Cream. HEX triplet: DA, D6 and B8. RGB value is (218,214,184). Sum of RGB (Red+Green+Blue) = 218+214+184=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6B8 is #252947. Grayscale: #D3D3D3. Windows color (decimal): -2435400 or 12113626. OLE color: 12113626.

HSL color Cylindrical-coordinate representation of color #DAD6B8: hue angle of 52.94º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD6B8 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB218214184-
CMYK00.020.160.15
HSL52.94º31.48%78.82%-
HSV(B)52.94º15.6%85.49%-
XYZ61.6166.4654.93-
YUV211.78112.33132.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 214 (83.98% from 255) = 34.74%
BLUE value IS 184 (72.27% from 255) = 29.87%
R=35.39%
G=34.74%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821418400.020.160.1552.9431.4878.82
HexDAD6B80210F351f4f
Octal3323262700220176537117
Binary110110101101011010111000010100001111110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6B8; }

 p { color: rgb(218,214,184); }

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

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

 a { background-color: rgb(218,214,184); }

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

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

 span { border-color: rgb(218,214,184); }

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