#D1DAFD

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

Shades of Hawkes Blue #D1DAFD

Tints of Hawkes Blue #D1DAFD

Color information

#D1DAFD (or 0xD1DAFD) is unknown color: approx Hawkes Blue. HEX triplet: D1, DA and FD. RGB value is (209,218,253). Sum of RGB (Red+Green+Blue) = 209+218+253=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAFD is #2E2502. Grayscale: #DBDBDB. Windows color (decimal): -3024131 or 16636625. OLE color: 16636625.

HSL color Cylindrical-coordinate representation of color #D1DAFD: hue angle of 227.73º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1DAFD is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209218253-
CMYK0.170.1400.01
HSL227.73º91.67%90.59%-
HSV(B)227.73º17.39%99.22%-
XYZ69.170.79102.95-
YUV219.3147.02120.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.74%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=30.74%
G=32.06%
B=37.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092182530.170.1400.01227.7391.6790.59
HexD1DAFD11E01e45c5b
Octal321332375211601344134133
Binary110100011101101011111101100011110011110010010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAFD; }

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

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

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

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

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

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

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

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