#D3DBFA

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

Shades of Hawkes Blue #D3DBFA

Tints of Hawkes Blue #D3DBFA

Color information

#D3DBFA (or 0xD3DBFA) is unknown color: approx Hawkes Blue. HEX triplet: D3, DB and FA. RGB value is (211,219,250). Sum of RGB (Red+Green+Blue) = 211+219+250=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DBFA is #2C2405. Grayscale: #DCDCDC. Windows color (decimal): -2892806 or 16440275. OLE color: 16440275.

HSL color Cylindrical-coordinate representation of color #D3DBFA: hue angle of 227.69º 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 #D3DBFA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211219250-
CMYK0.160.1200.02
HSL227.69º79.59%90.39%-
HSV(B)227.69º15.6%98.04%-
XYZ69.4571.41100.57-
YUV220.14144.85121.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.03%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=31.03%
G=32.21%
B=36.76%

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
Decimal2112192500.160.1200.02227.6979.5990.39
HexD3DBFA10C02e4505a
Octal323333372201402344120132
Binary1101001111011011111110101000011000101110010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBFA; }

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

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

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

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

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

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

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

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