#DAD6CF

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

Shades of Timberwolf #DAD6CF

Tints of Timberwolf #DAD6CF

Color information

#DAD6CF (or 0xDAD6CF) is unknown color: approx Timberwolf. HEX triplet: DA, D6 and CF. RGB value is (218,214,207). Sum of RGB (Red+Green+Blue) = 218+214+207=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6CF is #252930. Grayscale: #D6D6D6. Windows color (decimal): -2435377 or 13620954. OLE color: 13620954.

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

Color convert

RGB218214207-
CMYK00.020.050.15
HSL38.18º12.94%83.33%-
HSV(B)38.18º5.05%85.49%-
XYZ64.2267.568.68-
YUV214.4123.83130.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=34.12%
G=33.49%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821420700.020.050.1538.1812.9483.33
HexDAD6CF025F26d53
Octal332326317025174615123
Binary110110101101011011001111010101111110011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6CF; }

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

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

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

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

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

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

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

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