#D9DADF

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

Shades of Hawkes Blue #D9DADF

Tints of Hawkes Blue #D9DADF

Color information

#D9DADF (or 0xD9DADF) is unknown color: approx Hawkes Blue. HEX triplet: D9, DA and DF. RGB value is (217,218,223). Sum of RGB (Red+Green+Blue) = 217+218+223=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DADF is #262520. Grayscale: #DADADA. Windows color (decimal): -2499873 or 14670553. OLE color: 14670553.

HSL color Cylindrical-coordinate representation of color #D9DADF: hue angle of 230º degrees, saturation: 0.09, 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 #D9DADF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217218223-
CMYK0.030.0200.13
HSL230º8.57%86.27%-
HSV(B)230º2.69%87.45%-
XYZ67.0170.2279.83-
YUV218.27130.67127.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=32.98%
G=33.13%
B=33.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172182230.030.0200.132308.5786.27
HexD9DADF320De6956
Octal3313323373201534611126
Binary1101100111011010110111111110011011110011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DADF; }

 p { color: rgb(217,218,223); }

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

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

 a { background-color: rgb(217,218,223); }

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

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

 span { border-color: rgb(217,218,223); }

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