#D1DDF0

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

Shades of Hawkes Blue #D1DDF0

Tints of Hawkes Blue #D1DDF0

Color information

#D1DDF0 (or 0xD1DDF0) is unknown color: approx Hawkes Blue. HEX triplet: D1, DD and F0. RGB value is (209,221,240). Sum of RGB (Red+Green+Blue) = 209+221+240=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDF0 is #2E220F. Grayscale: #DBDBDB. Windows color (decimal): -3023376 or 15785425. OLE color: 15785425.

HSL color Cylindrical-coordinate representation of color #D1DDF0: hue angle of 216.77º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DDF0 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209221240-
CMYK0.130.0800.06
HSL216.77º50.82%88.04%-
HSV(B)216.77º12.92%94.12%-
XYZ67.8871.5692.67-
YUV219.58139.52120.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.19%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=31.19%
G=32.99%
B=35.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092212400.130.0800.06216.7750.8288.04
HexD1DDF0D806d93358
Octal32133536015100633163130
Binary110100011101110111110000110110000110110110011100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDF0; }

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

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

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

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

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

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

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

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