#D6D7DF

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

Shades of Hawkes Blue #D6D7DF

Tints of Hawkes Blue #D6D7DF

Color information

#D6D7DF (or 0xD6D7DF) is unknown color: approx Hawkes Blue. HEX triplet: D6, D7 and DF. RGB value is (214,215,223). Sum of RGB (Red+Green+Blue) = 214+215+223=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7DF is #292820. Grayscale: #D7D7D7. Windows color (decimal): -2697249 or 14669782. OLE color: 14669782.

HSL color Cylindrical-coordinate representation of color #D6D7DF: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6D7DF is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214215223-
CMYK0.040.0400.13
HSL233.33º12.33%85.69%-
HSV(B)233.33º4.04%87.45%-
XYZ65.3568.2279.54-
YUV215.61132.17126.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.82%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=32.82%
G=32.98%
B=34.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142152230.040.0400.13233.3312.3385.69
HexD6D7DF440De9c56
Octal3263273374401535114126
Binary110101101101011111011111100100011011110100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7DF; }

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

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

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

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

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

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

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

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