#D6DCEB

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

Shades of Hawkes Blue #D6DCEB

Tints of Hawkes Blue #D6DCEB

Color information

#D6DCEB (or 0xD6DCEB) is unknown color: approx Hawkes Blue. HEX triplet: D6, DC and EB. RGB value is (214,220,235). Sum of RGB (Red+Green+Blue) = 214+220+235=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCEB is #292314. Grayscale: #DBDBDB. Windows color (decimal): -2695957 or 15457494. OLE color: 15457494.

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

Color convert

RGB214220235-
CMYK0.090.0600.08
HSL222.86º34.43%88.04%-
HSV(B)222.86º8.94%92.16%-
XYZ68.3271.4888.79-
YUV219.92136.51123.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.99%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=31.99%
G=32.88%
B=35.13%

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
Decimal2142202350.090.0600.08222.8634.4388.04
HexD6DCEB9608df2258
Octal32633435311601033742130
Binary110101101101110011101011100111001000110111111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCEB; }

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

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

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

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

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

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

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

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