#D6DBED

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

Shades of Hawkes Blue #D6DBED

Tints of Hawkes Blue #D6DBED

Color information

#D6DBED (or 0xD6DBED) is unknown color: approx Hawkes Blue. HEX triplet: D6, DB and ED. RGB value is (214,219,237). Sum of RGB (Red+Green+Blue) = 214+219+237=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBED is #292412. Grayscale: #DBDBDB. Windows color (decimal): -2696211 or 15588310. OLE color: 15588310.

HSL color Cylindrical-coordinate representation of color #D6DBED: hue angle of 226.96º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DBED is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214219237-
CMYK0.100.0800.07
HSL226.96º38.98%88.43%-
HSV(B)226.96º9.7%92.94%-
XYZ68.3571.0790.24-
YUV219.56137.84124.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 219 (85.94% from 255) = 32.69%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=31.94%
G=32.69%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142192370.100.0800.07226.9638.9888.43
HexD6DBEDA807e32758
Octal32633335512100734347130
Binary110101101101101111101101101010000111111000111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBED; }

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

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

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

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

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

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

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

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