#D6E1FC

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

Shades of Hawkes Blue #D6E1FC

Tints of Hawkes Blue #D6E1FC

Color information

#D6E1FC (or 0xD6E1FC) is unknown color: approx Hawkes Blue. HEX triplet: D6, E1 and FC. RGB value is (214,225,252). Sum of RGB (Red+Green+Blue) = 214+225+252=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6E1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1FC is #291E03. Grayscale: #E0E0E0. Windows color (decimal): -2694660 or 16572886. OLE color: 16572886.

HSL color Cylindrical-coordinate representation of color #D6E1FC: hue angle of 222.63º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E1FC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214225252-
CMYK0.150.1100.01
HSL222.63º86.36%91.37%-
HSV(B)222.63º15.08%98.82%-
XYZ72.2375.17102.8-
YUV224.79143.36120.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.97%
GREEN value IS 225 (88.28% from 255) = 32.56%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=30.97%
G=32.56%
B=36.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142252520.150.1100.01222.6386.3691.37
HexD6E1FCFB01df565b
Octal326341374171301337126133
Binary11010110111000011111110011111011011101111110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1FC; }

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

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

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

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

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

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

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

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