#D6DEFF

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

Shades of Hawkes Blue #D6DEFF

Tints of Hawkes Blue #D6DEFF

Color information

#D6DEFF (or 0xD6DEFF) is unknown color: approx Hawkes Blue. HEX triplet: D6, DE and FF. RGB value is (214,222,255). Sum of RGB (Red+Green+Blue) = 214+222+255=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEFF is #292100. Grayscale: #DFDFDF. Windows color (decimal): -2695425 or 16768726. OLE color: 16768726.

HSL color Cylindrical-coordinate representation of color #D6DEFF: hue angle of 228.29º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6DEFF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214222255-
CMYK0.160.1300
HSL228.29º100%91.96%-
HSV(B)228.29º16.08%100%-
XYZ71.973.76105.05-
YUV223.37145.85121.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.97%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 255 (100% from 255) = 36.90%
R=30.97%
G=32.13%
B=36.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142222550.160.1300228.2910091.96
HexD6DEFF10D00e4645c
Octal326336377201500344144134
Binary110101101101111011111111100001101001110010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEFF; }

 p { color: rgb(214,222,255); }

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

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

 a { background-color: rgb(214,222,255); }

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

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

 span { border-color: rgb(214,222,255); }

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