#D1DAFF

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

Shades of Hawkes Blue #D1DAFF

Tints of Hawkes Blue #D1DAFF

Color information

#D1DAFF (or 0xD1DAFF) is unknown color: approx Hawkes Blue. HEX triplet: D1, DA and FF. RGB value is (209,218,255). Sum of RGB (Red+Green+Blue) = 209+218+255=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAFF is #2E2500. Grayscale: #DBDBDB. Windows color (decimal): -3024129 or 16767697. OLE color: 16767697.

HSL color Cylindrical-coordinate representation of color #D1DAFF: hue angle of 228.26º 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 #D1DAFF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209218255-
CMYK0.180.1500
HSL228.26º100%90.98%-
HSV(B)228.26º18.04%100%-
XYZ69.4270.92104.64-
YUV219.53148.02120.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.65%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 255 (100% from 255) = 37.39%
R=30.65%
G=31.96%
B=37.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092182550.180.1500228.2610090.98
HexD1DAFF12F00e4645b
Octal321332377221700344144133
Binary110100011101101011111111100101111001110010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAFF; }

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

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

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

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

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

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

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

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