#D2DBFA

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

Shades of Hawkes Blue #D2DBFA

Tints of Hawkes Blue #D2DBFA

Color information

#D2DBFA (or 0xD2DBFA) is unknown color: approx Hawkes Blue. HEX triplet: D2, DB and FA. RGB value is (210,219,250). Sum of RGB (Red+Green+Blue) = 210+219+250=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFA is #2D2405. Grayscale: #DBDBDB. Windows color (decimal): -2958342 or 16440274. OLE color: 16440274.

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

Color convert

RGB210219250-
CMYK0.160.1200.02
HSL226.5º80%90.2%-
HSV(B)226.5º16%98.04%-
XYZ69.1771.27100.55-
YUV219.84145.02120.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.93%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=30.93%
G=32.25%
B=36.82%

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
Decimal2102192500.160.1200.02226.58090.2
HexD2DBFA10C02e2505a
Octal322333372201402342120132
Binary1101001011011011111110101000011000101110001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBFA; }

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

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

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

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

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

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

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

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