#D6E0F7

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

Shades of Hawkes Blue #D6E0F7

Tints of Hawkes Blue #D6E0F7

Color information

#D6E0F7 (or 0xD6E0F7) is unknown color: approx Hawkes Blue. HEX triplet: D6, E0 and F7. RGB value is (214,224,247). Sum of RGB (Red+Green+Blue) = 214+224+247=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6E0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0F7 is #291F08. Grayscale: #DFDFDF. Windows color (decimal): -2694921 or 16244950. OLE color: 16244950.

HSL color Cylindrical-coordinate representation of color #D6E0F7: hue angle of 221.82º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6E0F7 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214224247-
CMYK0.130.0900.03
HSL221.82º67.35%90.39%-
HSV(B)221.82º13.36%96.86%-
XYZ71.1874.3298.59-
YUV223.63141.19121.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.24%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=31.24%
G=32.70%
B=36.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142242470.130.0900.03221.8267.3590.39
HexD6E0F7D903de435a
Octal326340367151103336103132
Binary110101101110000011110111110110010111101111010000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0F7; }

 p { color: rgb(214,224,247); }

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

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

 a { background-color: rgb(214,224,247); }

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

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

 span { border-color: rgb(214,224,247); }

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