#D6D9DE

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

Shades of Hawkes Blue #D6D9DE

Tints of Hawkes Blue #D6D9DE

Color information

#D6D9DE (or 0xD6D9DE) is unknown color: approx Hawkes Blue. HEX triplet: D6, D9 and DE. RGB value is (214,217,222). Sum of RGB (Red+Green+Blue) = 214+217+222=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9DE is #292621. Grayscale: #D8D8D8. Windows color (decimal): -2696738 or 14604758. OLE color: 14604758.

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

Color convert

RGB214217222-
CMYK0.040.0200.13
HSL217.5º10.81%85.49%-
HSV(B)217.5º3.6%87.06%-
XYZ65.7369.279-
YUV216.67131.01126.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.77%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=32.77%
G=33.23%
B=34.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142172220.040.0200.13217.510.8185.49
HexD6D9DE420Ddab55
Octal3263313364201533213125
Binary11010110110110011101111010010011011101101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9DE; }

 p { color: rgb(214,217,222); }

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

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

 a { background-color: rgb(214,217,222); }

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

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

 span { border-color: rgb(214,217,222); }

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