#D1DBFA

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

Shades of Hawkes Blue #D1DBFA

Tints of Hawkes Blue #D1DBFA

Color information

#D1DBFA (or 0xD1DBFA) is unknown color: approx Hawkes Blue. HEX triplet: D1, DB and FA. RGB value is (209,219,250). Sum of RGB (Red+Green+Blue) = 209+219+250=678 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.83% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DBFA is #2E2405. Grayscale: #DBDBDB. Windows color (decimal): -3023878 or 16440273. OLE color: 16440273.

HSL color Cylindrical-coordinate representation of color #D1DBFA: hue angle of 225.37º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1DBFA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209219250-
CMYK0.160.1200.02
HSL225.37º80.39%90%-
HSV(B)225.37º16.4%98.04%-
XYZ68.8871.12100.54-
YUV219.54145.19120.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.83%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=30.83%
G=32.30%
B=36.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092192500.160.1200.02225.3780.3990
HexD1DBFA10C02e1505a
Octal321333372201402341120132
Binary1101000111011011111110101000011000101110000110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBFA; }

 p { color: rgb(209,219,250); }

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

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

 a { background-color: rgb(209,219,250); }

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

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

 span { border-color: rgb(209,219,250); }

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