#D6DAEE

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

Shades of Hawkes Blue #D6DAEE

Tints of Hawkes Blue #D6DAEE

Color information

#D6DAEE (or 0xD6DAEE) is unknown color: approx Hawkes Blue. HEX triplet: D6, DA and EE. RGB value is (214,218,238). Sum of RGB (Red+Green+Blue) = 214+218+238=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAEE is #292511. Grayscale: #DBDBDB. Windows color (decimal): -2696466 or 15653590. OLE color: 15653590.

HSL color Cylindrical-coordinate representation of color #D6DAEE: hue angle of 230º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DAEE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214218238-
CMYK0.100.0800.07
HSL230º41.38%88.63%-
HSV(B)230º10.08%93.33%-
XYZ68.2470.6190.92-
YUV219.08138.67124.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=31.94%
G=32.54%
B=35.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142182380.100.0800.0723041.3888.63
HexD6DAEEA807e62959
Octal32633235612100734651131
Binary110101101101101011101110101010000111111001101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAEE; }

 p { color: rgb(214,218,238); }

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

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

 a { background-color: rgb(214,218,238); }

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

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

 span { border-color: rgb(214,218,238); }

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