#D2DBF8

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

Shades of Hawkes Blue #D2DBF8

Tints of Hawkes Blue #D2DBF8

Color information

#D2DBF8 (or 0xD2DBF8) is unknown color: approx Hawkes Blue. HEX triplet: D2, DB and F8. RGB value is (210,219,248). Sum of RGB (Red+Green+Blue) = 210+219+248=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2DBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBF8 is #2D2407. Grayscale: #DBDBDB. Windows color (decimal): -2958344 or 16309202. OLE color: 16309202.

HSL color Cylindrical-coordinate representation of color #D2DBF8: hue angle of 225.79º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DBF8 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210219248-
CMYK0.150.1200.03
HSL225.79º73.08%89.8%-
HSV(B)225.79º15.32%97.25%-
XYZ68.8571.1498.91-
YUV219.61144.02121.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.02%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 248 (97.27% from 255) = 36.63%
R=31.02%
G=32.35%
B=36.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102192480.150.1200.03225.7973.0889.8
HexD2DBF8FC03e2495a
Octal322333370171403342111132
Binary110100101101101111111000111111000111110001010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBF8; }

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

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

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

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

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

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

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

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