#D2DBFB

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

Shades of Hawkes Blue #D2DBFB

Tints of Hawkes Blue #D2DBFB

Color information

#D2DBFB (or 0xD2DBFB) is unknown color: approx Hawkes Blue. HEX triplet: D2, DB and FB. RGB value is (210,219,251). Sum of RGB (Red+Green+Blue) = 210+219+251=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFB is #2D2404. Grayscale: #DBDBDB. Windows color (decimal): -2958341 or 16505810. OLE color: 16505810.

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

Color convert

RGB210219251-
CMYK0.160.1300.02
HSL226.83º83.67%90.39%-
HSV(B)226.83º16.33%98.43%-
XYZ69.3271.33101.38-
YUV219.96145.52120.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.88%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=30.88%
G=32.21%
B=36.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102192510.160.1300.02226.8383.6790.39
HexD2DBFB10D02e3545a
Octal322333373201502343124132
Binary1101001011011011111110111000011010101110001110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBFB; }

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

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

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

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

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

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

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

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