#D6DEEF

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

Shades of Hawkes Blue #D6DEEF

Tints of Hawkes Blue #D6DEEF

Color information

#D6DEEF (or 0xD6DEEF) is unknown color: approx Hawkes Blue. HEX triplet: D6, DE and EF. RGB value is (214,222,239). Sum of RGB (Red+Green+Blue) = 214+222+239=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEEF is #292110. Grayscale: #DDDDDD. Windows color (decimal): -2695441 or 15720150. OLE color: 15720150.

HSL color Cylindrical-coordinate representation of color #D6DEEF: hue angle of 220.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DEEF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214222239-
CMYK0.100.0700.06
HSL220.8º43.86%88.82%-
HSV(B)220.8º10.46%93.73%-
XYZ69.4372.7792.05-
YUV221.55137.85122.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=31.70%
G=32.89%
B=35.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142222390.100.0700.06220.843.8688.82
HexD6DEEFA706dd2c59
Octal3263363571270633554131
Binary11010110110111101110111110101110110110111011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEEF; }

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

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

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

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

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

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

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

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