#D7DDE9

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

Shades of Hawkes Blue #D7DDE9

Tints of Hawkes Blue #D7DDE9

Color information

#D7DDE9 (or 0xD7DDE9) is unknown color: approx Hawkes Blue. HEX triplet: D7, DD and E9. RGB value is (215,221,233). Sum of RGB (Red+Green+Blue) = 215+221+233=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 233 - color contains mainly: blue. Hex color #D7DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDE9 is #282216. Grayscale: #DCDCDC. Windows color (decimal): -2630167 or 15326679. OLE color: 15326679.

HSL color Cylindrical-coordinate representation of color #D7DDE9: hue angle of 220º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7DDE9 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215221233-
CMYK0.080.0500.09
HSL220º29.03%87.84%-
HSV(B)220º7.73%91.37%-
XYZ68.5972.0487.38-
YUV220.57135.01124.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.14%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 233 (91.41% from 255) = 34.83%
R=32.14%
G=33.03%
B=34.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152212330.080.0500.0922029.0387.84
HexD7DDE98509dc1d58
Octal32733535110501133435130
Binary11010111110111011110100110001010100111011100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDE9; }

 p { color: rgb(215,221,233); }

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

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

 a { background-color: rgb(215,221,233); }

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

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

 span { border-color: rgb(215,221,233); }

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