#D6E1FD

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

Shades of Hawkes Blue #D6E1FD

Tints of Hawkes Blue #D6E1FD

Color information

#D6E1FD (or 0xD6E1FD) is unknown color: approx Hawkes Blue. HEX triplet: D6, E1 and FD. RGB value is (214,225,253). Sum of RGB (Red+Green+Blue) = 214+225+253=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6E1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1FD is #291E02. Grayscale: #E0E0E0. Windows color (decimal): -2694659 or 16638422. OLE color: 16638422.

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

Color convert

RGB214225253-
CMYK0.150.1100.01
HSL223.08º90.7%91.57%-
HSV(B)223.08º15.42%99.22%-
XYZ72.3975.24103.64-
YUV224.9143.86120.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.92%
GREEN value IS 225 (88.28% from 255) = 32.51%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=30.92%
G=32.51%
B=36.56%

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
Decimal2142252530.150.1100.01223.0890.791.57
HexD6E1FDFB01df5b5c
Octal326341375171301337133134
Binary11010110111000011111110111111011011101111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1FD; }

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

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

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

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

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

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

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

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