#D6D7DA

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

Shades of Hawkes Blue #D6D7DA

Tints of Hawkes Blue #D6D7DA

Color information

#D6D7DA (or 0xD6D7DA) is unknown color: approx Hawkes Blue. HEX triplet: D6, D7 and DA. RGB value is (214,215,218). Sum of RGB (Red+Green+Blue) = 214+215+218=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7DA is #292825. Grayscale: #D7D7D7. Windows color (decimal): -2697254 or 14342102. OLE color: 14342102.

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

Color convert

RGB214215218-
CMYK0.020.0100.15
HSL225º5.13%84.71%-
HSV(B)225º1.83%85.49%-
XYZ64.6967.9676.04-
YUV215.04129.67127.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.08%
GREEN value IS 215 (84.38% from 255) = 33.23%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=33.08%
G=33.23%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142152180.020.0100.152255.1384.71
HexD6D7DA210Fe1555
Octal326327332210173415125
Binary11010110110101111101101010101111111000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7DA; }

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

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

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

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

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

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

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

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