#D6DAF0

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

Shades of Hawkes Blue #D6DAF0

Tints of Hawkes Blue #D6DAF0

Color information

#D6DAF0 (or 0xD6DAF0) is unknown color: approx Hawkes Blue. HEX triplet: D6, DA and F0. RGB value is (214,218,240). Sum of RGB (Red+Green+Blue) = 214+218+240=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAF0 is #29250F. Grayscale: #DBDBDB. Windows color (decimal): -2696464 or 15784662. OLE color: 15784662.

HSL color Cylindrical-coordinate representation of color #D6DAF0: hue angle of 230.77º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6DAF0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214218240-
CMYK0.110.0900.06
HSL230.77º46.43%89.02%-
HSV(B)230.77º10.83%94.12%-
XYZ68.5370.7392.48-
YUV219.31139.67124.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.85%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 240 (94.14% from 255) = 35.71%
R=31.85%
G=32.44%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142182400.110.0900.06230.7746.4389.02
HexD6DAF0B906e72e59
Octal32633236013110634756131
Binary110101101101101011110000101110010110111001111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAF0; }

 p { color: rgb(214,218,240); }

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

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

 a { background-color: rgb(214,218,240); }

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

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

 span { border-color: rgb(214,218,240); }

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