#D6D9EA

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

Shades of Hawkes Blue #D6D9EA

Tints of Hawkes Blue #D6D9EA

Color information

#D6D9EA (or 0xD6D9EA) is unknown color: approx Hawkes Blue. HEX triplet: D6, D9 and EA. RGB value is (214,217,234). Sum of RGB (Red+Green+Blue) = 214+217+234=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D9EA is #292615. Grayscale: #D9D9D9. Windows color (decimal): -2696726 or 15391190. OLE color: 15391190.

HSL color Cylindrical-coordinate representation of color #D6D9EA: hue angle of 231º 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 #D6D9EA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214217234-
CMYK0.090.0700.08
HSL231º32.26%87.84%-
HSV(B)231º8.55%91.76%-
XYZ67.469.8687.77-
YUV218.04137.01125.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.18%
GREEN value IS 217 (85.16% from 255) = 32.63%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=32.18%
G=32.63%
B=35.19%

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
Decimal2142172340.090.0700.0823132.2687.84
HexD6D9EA9708e72058
Octal32633135211701034740130
Binary110101101101100111101010100111101000111001111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9EA; }

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

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

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

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

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

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

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

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