#D6DBEA

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

Shades of Hawkes Blue #D6DBEA

Tints of Hawkes Blue #D6DBEA

Color information

#D6DBEA (or 0xD6DBEA) is unknown color: approx Hawkes Blue. HEX triplet: D6, DB and EA. RGB value is (214,219,234). Sum of RGB (Red+Green+Blue) = 214+219+234=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBEA is #292415. Grayscale: #DBDBDB. Windows color (decimal): -2696214 or 15391702. OLE color: 15391702.

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

Color convert

RGB214219234-
CMYK0.090.0600.08
HSL225º32.26%87.84%-
HSV(B)225º8.55%91.76%-
XYZ67.9170.987.95-
YUV219.21136.34124.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=32.08%
G=32.83%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142192340.090.0600.0822532.2687.84
HexD6DBEA9608e12058
Octal32633335211601034140130
Binary110101101101101111101010100111001000111000011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBEA; }

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

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

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

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

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

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

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

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