#D6DDFB

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

Shades of Hawkes Blue #D6DDFB

Tints of Hawkes Blue #D6DDFB

Color information

#D6DDFB (or 0xD6DDFB) is unknown color: approx Hawkes Blue. HEX triplet: D6, DD and FB. RGB value is (214,221,251). Sum of RGB (Red+Green+Blue) = 214+221+251=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDFB is #292204. Grayscale: #DEDEDE. Windows color (decimal): -2695685 or 16506326. OLE color: 16506326.

HSL color Cylindrical-coordinate representation of color #D6DDFB: hue angle of 228.65º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DDFB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214221251-
CMYK0.150.1200.02
HSL228.65º82.22%91.18%-
HSV(B)228.65º14.74%98.43%-
XYZ7172.97101.61-
YUV222.33144.18122.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.20%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=31.20%
G=32.22%
B=36.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142212510.150.1200.02228.6582.2291.18
HexD6DDFBFC02e5525b
Octal326335373171402345122133
Binary110101101101110111111011111111000101110010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDFB; }

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

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

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

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

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

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

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

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