#D6DDEB

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

Shades of Hawkes Blue #D6DDEB

Tints of Hawkes Blue #D6DDEB

Color information

#D6DDEB (or 0xD6DDEB) is unknown color: approx Hawkes Blue. HEX triplet: D6, DD and EB. RGB value is (214,221,235). Sum of RGB (Red+Green+Blue) = 214+221+235=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDEB is #292214. Grayscale: #DCDCDC. Windows color (decimal): -2695701 or 15457750. OLE color: 15457750.

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

Color convert

RGB214221235-
CMYK0.090.0600.08
HSL220º34.43%88.04%-
HSV(B)220º8.94%92.16%-
XYZ68.5872.0188.88-
YUV220.5136.18123.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=31.94%
G=32.99%
B=35.07%

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
Decimal2142212350.090.0600.0822034.4388.04
HexD6DDEB9608dc2258
Octal32633535311601033442130
Binary110101101101110111101011100111001000110111001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDEB; }

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

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

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

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

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

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

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

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