#D6DEFE

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

Shades of Hawkes Blue #D6DEFE

Tints of Hawkes Blue #D6DEFE

Color information

#D6DEFE (or 0xD6DEFE) is unknown color: approx Hawkes Blue. HEX triplet: D6, DE and FE. RGB value is (214,222,254). Sum of RGB (Red+Green+Blue) = 214+222+254=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEFE is #292101. Grayscale: #DFDFDF. Windows color (decimal): -2695426 or 16703190. OLE color: 16703190.

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

Color convert

RGB214222254-
CMYK0.160.1300.00
HSL228º95.24%91.76%-
HSV(B)228º15.75%99.61%-
XYZ71.7473.69104.21-
YUV223.26145.35121.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.01%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=31.01%
G=32.17%
B=36.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142222540.160.1300.0022895.2491.76
HexD6DEFE10D00e45f5c
Octal326336376201500344137134
Binary110101101101111011111110100001101001110010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEFE; }

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

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

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

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

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

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

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

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