#D8DADC

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

Shades of Hawkes Blue #D8DADC

Tints of Hawkes Blue #D8DADC

Color information

#D8DADC (or 0xD8DADC) is unknown color: approx Hawkes Blue. HEX triplet: D8, DA and DC. RGB value is (216,218,220). Sum of RGB (Red+Green+Blue) = 216+218+220=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADC is #272523. Grayscale: #D9D9D9. Windows color (decimal): -2565412 or 14473944. OLE color: 14473944.

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

Color convert

RGB216218220-
CMYK0.020.0100.14
HSL210º5.41%85.49%-
HSV(B)210º1.82%86.27%-
XYZ66.3169.9177.71-
YUV217.63129.34126.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.03%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=33.03%
G=33.33%
B=33.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162182200.020.0100.142105.4185.49
HexD8DADC210Ed2555
Octal330332334210163225125
Binary11011000110110101101110010101110110100101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DADC; }

 p { color: rgb(216,218,220); }

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

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

 a { background-color: rgb(216,218,220); }

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

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

 span { border-color: rgb(216,218,220); }

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