#D8DDEF

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

Shades of Hawkes Blue #D8DDEF

Tints of Hawkes Blue #D8DDEF

Color information

#D8DDEF (or 0xD8DDEF) is unknown color: approx Hawkes Blue. HEX triplet: D8, DD and EF. RGB value is (216,221,239). Sum of RGB (Red+Green+Blue) = 216+221+239=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDEF is #272210. Grayscale: #DDDDDD. Windows color (decimal): -2564625 or 15719896. OLE color: 15719896.

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

Color convert

RGB216221239-
CMYK0.100.0800.06
HSL226.96º41.82%89.22%-
HSV(B)226.96º9.62%93.73%-
XYZ69.7672.5491.99-
YUV221.56137.84124.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.95%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=31.95%
G=32.69%
B=35.36%

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
Decimal2162212390.100.0800.06226.9641.8289.22
HexD8DDEFA806e32a59
Octal33033535712100634352131
Binary110110001101110111101111101010000110111000111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDEF; }

 p { color: rgb(216,221,239); }

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

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

 a { background-color: rgb(216,221,239); }

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

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

 span { border-color: rgb(216,221,239); }

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