#D6DEFA

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

Shades of Hawkes Blue #D6DEFA

Tints of Hawkes Blue #D6DEFA

Color information

#D6DEFA (or 0xD6DEFA) is unknown color: approx Hawkes Blue. HEX triplet: D6, DE and FA. RGB value is (214,222,250). Sum of RGB (Red+Green+Blue) = 214+222+250=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEFA is #292105. Grayscale: #DEDEDE. Windows color (decimal): -2695430 or 16441046. OLE color: 16441046.

HSL color Cylindrical-coordinate representation of color #D6DEFA: hue angle of 226.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DEFA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214222250-
CMYK0.140.1100.02
HSL226.67º78.26%90.98%-
HSV(B)226.67º14.4%98.04%-
XYZ71.1173.44100.87-
YUV222.8143.35121.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.20%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=31.20%
G=32.36%
B=36.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142222500.140.1100.02226.6778.2690.98
HexD6DEFAEB02e34e5b
Octal326336372161302343116133
Binary110101101101111011111010111010110101110001110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEFA; }

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

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

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

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

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

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

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

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