#D6E2FD

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

Shades of Hawkes Blue #D6E2FD

Tints of Hawkes Blue #D6E2FD

Color information

#D6E2FD (or 0xD6E2FD) is unknown color: approx Hawkes Blue. HEX triplet: D6, E2 and FD. RGB value is (214,226,253). Sum of RGB (Red+Green+Blue) = 214+226+253=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6E2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E2FD is #291D02. Grayscale: #E1E1E1. Windows color (decimal): -2694403 or 16638678. OLE color: 16638678.

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

Color convert

RGB214226253-
CMYK0.150.1100.01
HSL221.54º90.7%91.57%-
HSV(B)221.54º15.42%99.22%-
XYZ72.6675.78103.73-
YUV225.49143.52119.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.88%
GREEN value IS 226 (88.67% from 255) = 32.61%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=30.88%
G=32.61%
B=36.51%

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
Decimal2142262530.150.1100.01221.5490.791.57
HexD6E2FDFB01de5b5c
Octal326342375171301336133134
Binary11010110111000101111110111111011011101111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E2FD; }

 p { color: rgb(214,226,253); }

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

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

 a { background-color: rgb(214,226,253); }

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

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

 span { border-color: rgb(214,226,253); }

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