#D6D9EB

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

Shades of Hawkes Blue #D6D9EB

Tints of Hawkes Blue #D6D9EB

Color information

#D6D9EB (or 0xD6D9EB) is unknown color: approx Hawkes Blue. HEX triplet: D6, D9 and EB. RGB value is (214,217,235). Sum of RGB (Red+Green+Blue) = 214+217+235=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D9EB is #292614. Grayscale: #DADADA. Windows color (decimal): -2696725 or 15456726. OLE color: 15456726.

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

Color convert

RGB214217235-
CMYK0.090.0800.08
HSL231.43º34.43%88.04%-
HSV(B)231.43º8.94%92.16%-
XYZ67.5469.9288.53-
YUV218.15137.51125.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.13%
GREEN value IS 217 (85.16% from 255) = 32.58%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=32.13%
G=32.58%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142172350.090.0800.08231.4334.4388.04
HexD6D9EB9808e72258
Octal326331353111001034742130
Binary1101011011011001111010111001100001000111001111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9EB; }

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

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

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

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

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

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

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

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