#D6E1F0

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

Shades of Hawkes Blue #D6E1F0

Tints of Hawkes Blue #D6E1F0

Color information

#D6E1F0 (or 0xD6E1F0) is unknown color: approx Hawkes Blue. HEX triplet: D6, E1 and F0. RGB value is (214,225,240). Sum of RGB (Red+Green+Blue) = 214+225+240=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6E1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1F0 is #291E0F. Grayscale: #DFDFDF. Windows color (decimal): -2694672 or 15786454. OLE color: 15786454.

HSL color Cylindrical-coordinate representation of color #D6E1F0: hue angle of 214.62º 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 #D6E1F0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214225240-
CMYK0.110.0600.06
HSL214.62º46.43%89.02%-
HSV(B)214.62º10.83%94.12%-
XYZ70.3874.4493.1-
YUV223.42137.36121.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.52%
GREEN value IS 225 (88.28% from 255) = 33.14%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=31.52%
G=33.14%
B=35.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142252400.110.0600.06214.6246.4389.02
HexD6E1F0B606d72e59
Octal3263413601360632756131
Binary11010110111000011111000010111100110110101111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1F0; }

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

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

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

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

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

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

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

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