#D1DDEF

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

Shades of Hawkes Blue #D1DDEF

Tints of Hawkes Blue #D1DDEF

Color information

#D1DDEF (or 0xD1DDEF) is unknown color: approx Hawkes Blue. HEX triplet: D1, DD and EF. RGB value is (209,221,239). Sum of RGB (Red+Green+Blue) = 209+221+239=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDEF is #2E2210. Grayscale: #DBDBDB. Windows color (decimal): -3023377 or 15719889. OLE color: 15719889.

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

Color convert

RGB209221239-
CMYK0.130.0800.06
HSL216º48.39%87.84%-
HSV(B)216º12.55%93.73%-
XYZ67.7371.591.89-
YUV219.46139.02120.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.24%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=31.24%
G=33.03%
B=35.72%

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
Decimal2092212390.130.0800.0621648.3987.84
HexD1DDEFD806d83058
Octal32133535715100633060130
Binary110100011101110111101111110110000110110110001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDEF; }

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

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

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

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

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

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

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

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