#D6DCEF

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

Shades of Hawkes Blue #D6DCEF

Tints of Hawkes Blue #D6DCEF

Color information

#D6DCEF (or 0xD6DCEF) is unknown color: approx Hawkes Blue. HEX triplet: D6, DC and EF. RGB value is (214,220,239). Sum of RGB (Red+Green+Blue) = 214+220+239=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCEF is #292310. Grayscale: #DCDCDC. Windows color (decimal): -2695953 or 15719638. OLE color: 15719638.

HSL color Cylindrical-coordinate representation of color #D6DCEF: hue angle of 225.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DCEF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214220239-
CMYK0.100.0800.06
HSL225.6º43.86%88.82%-
HSV(B)225.6º10.46%93.73%-
XYZ68.971.7191.87-
YUV220.37138.51123.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=31.80%
G=32.69%
B=35.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142202390.100.0800.06225.643.8688.82
HexD6DCEFA806e22c59
Octal32633435712100634254131
Binary110101101101110011101111101010000110111000101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCEF; }

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

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

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

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

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

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

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

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