#D6DAEA

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

Shades of Hawkes Blue #D6DAEA

Tints of Hawkes Blue #D6DAEA

Color information

#D6DAEA (or 0xD6DAEA) is unknown color: approx Hawkes Blue. HEX triplet: D6, DA and EA. RGB value is (214,218,234). Sum of RGB (Red+Green+Blue) = 214+218+234=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAEA is #292515. Grayscale: #DADADA. Windows color (decimal): -2696470 or 15391446. OLE color: 15391446.

HSL color Cylindrical-coordinate representation of color #D6DAEA: hue angle of 228º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6DAEA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214218234-
CMYK0.090.0700.08
HSL228º32.26%87.84%-
HSV(B)228º8.55%91.76%-
XYZ67.6570.3887.86-
YUV218.63136.67124.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.13%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=32.13%
G=32.73%
B=35.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142182340.090.0700.0822832.2687.84
HexD6DAEA9708e42058
Octal32633235211701034440130
Binary110101101101101011101010100111101000111001001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAEA; }

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

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

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

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

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

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

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

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