#D9DDF0

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

Shades of Hawkes Blue #D9DDF0

Tints of Hawkes Blue #D9DDF0

Color information

#D9DDF0 (or 0xD9DDF0) is unknown color: approx Hawkes Blue. HEX triplet: D9, DD and F0. RGB value is (217,221,240). Sum of RGB (Red+Green+Blue) = 217+221+240=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDF0 is #26220F. Grayscale: #DDDDDD. Windows color (decimal): -2499088 or 15785433. OLE color: 15785433.

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

Color convert

RGB217221240-
CMYK0.100.0800.06
HSL229.57º43.4%89.61%-
HSV(B)229.57º9.58%94.12%-
XYZ70.272.7692.78-
YUV221.97138.17124.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.01%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=32.01%
G=32.60%
B=35.40%

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
Decimal2172212400.100.0800.06229.5743.489.61
HexD9DDF0A806e62b5a
Octal33133536012100634653132
Binary110110011101110111110000101010000110111001101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDF0; }

 p { color: rgb(217,221,240); }

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

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

 a { background-color: rgb(217,221,240); }

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

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

 span { border-color: rgb(217,221,240); }

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