#D8DBDE

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

Shades of Hawkes Blue #D8DBDE

Tints of Hawkes Blue #D8DBDE

Color information

#D8DBDE (or 0xD8DBDE) is unknown color: approx Hawkes Blue. HEX triplet: D8, DB and DE. RGB value is (216,219,222). Sum of RGB (Red+Green+Blue) = 216+219+222=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBDE is #272421. Grayscale: #DADADA. Windows color (decimal): -2565154 or 14605272. OLE color: 14605272.

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

Color convert

RGB216219222-
CMYK0.030.0100.13
HSL210º8.33%85.88%-
HSV(B)210º2.7%87.06%-
XYZ66.8470.5479.2-
YUV218.44130.01126.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.88%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=32.88%
G=33.33%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162192220.030.0100.132108.3385.88
HexD8DBDE310Dd2856
Octal3303333363101532210126
Binary110110001101101111011110111011011101001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBDE; }

 p { color: rgb(216,219,222); }

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

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

 a { background-color: rgb(216,219,222); }

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

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

 span { border-color: rgb(216,219,222); }

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