#D1DDFF

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

Shades of Hawkes Blue #D1DDFF

Tints of Hawkes Blue #D1DDFF

Color information

#D1DDFF (or 0xD1DDFF) is unknown color: approx Hawkes Blue. HEX triplet: D1, DD and FF. RGB value is (209,221,255). Sum of RGB (Red+Green+Blue) = 209+221+255=685 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.51% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDFF is #2E2200. Grayscale: #DDDDDD. Windows color (decimal): -3023361 or 16768465. OLE color: 16768465.

HSL color Cylindrical-coordinate representation of color #D1DDFF: hue angle of 224.35º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1DDFF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209221255-
CMYK0.180.1300
HSL224.35º100%90.98%-
HSV(B)224.35º18.04%100%-
XYZ70.272.49104.9-
YUV221.29147.02119.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.51%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 255 (100% from 255) = 37.23%
R=30.51%
G=32.26%
B=37.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092212550.180.1300224.3510090.98
HexD1DDFF12D00e0645b
Octal321335377221500340144133
Binary110100011101110111111111100101101001110000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDFF; }

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

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

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

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

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

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

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

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