#DAD8C9

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

Shades of Loafer #DAD8C9

Tints of Loafer #DAD8C9

Color information

#DAD8C9 (or 0xDAD8C9) is unknown color: approx Loafer. HEX triplet: DA, D8 and C9. RGB value is (218,216,201). Sum of RGB (Red+Green+Blue) = 218+216+201=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8C9 is #252736. Grayscale: #D6D6D6. Windows color (decimal): -2434871 or 13228250. OLE color: 13228250.

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

Color convert

RGB218216201-
CMYK00.010.080.15
HSL52.94º18.68%82.16%-
HSV(B)52.94º7.8%85.49%-
XYZ64.0168.2365.06-
YUV214.89120.16130.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 201 (78.91% from 255) = 31.65%
R=34.33%
G=34.02%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821620100.010.080.1552.9418.6882.16
HexDAD8C9018F351352
Octal3323303110110176523122
Binary1101101011011000110010010110001111110101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8C9; }

 p { color: rgb(218,216,201); }

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

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

 a { background-color: rgb(218,216,201); }

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

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

 span { border-color: rgb(218,216,201); }

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