#D6E0F3

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

Shades of Hawkes Blue #D6E0F3

Tints of Hawkes Blue #D6E0F3

Color information

#D6E0F3 (or 0xD6E0F3) is unknown color: approx Hawkes Blue. HEX triplet: D6, E0 and F3. RGB value is (214,224,243). Sum of RGB (Red+Green+Blue) = 214+224+243=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6E0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0F3 is #291F0C. Grayscale: #DFDFDF. Windows color (decimal): -2694925 or 15982806. OLE color: 15982806.

HSL color Cylindrical-coordinate representation of color #D6E0F3: hue angle of 219.31º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6E0F3 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214224243-
CMYK0.120.0800.05
HSL219.31º54.72%89.61%-
HSV(B)219.31º11.93%95.29%-
XYZ70.5674.0895.37-
YUV223.18139.19121.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.42%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=31.42%
G=32.89%
B=35.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142242430.120.0800.05219.3154.7289.61
HexD6E0F3C805db375a
Octal32634036314100533367132
Binary110101101110000011110011110010000101110110111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0F3; }

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

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

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

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

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

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

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

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