#D2DFFB

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

Shades of Hawkes Blue #D2DFFB

Tints of Hawkes Blue #D2DFFB

Color information

#D2DFFB (or 0xD2DFFB) is unknown color: approx Hawkes Blue. HEX triplet: D2, DF and FB. RGB value is (210,223,251). Sum of RGB (Red+Green+Blue) = 210+223+251=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFFB is #2D2004. Grayscale: #DEDEDE. Windows color (decimal): -2957317 or 16506834. OLE color: 16506834.

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

Color convert

RGB210223251-
CMYK0.160.1100.02
HSL220.98º83.67%90.39%-
HSV(B)220.98º16.33%98.43%-
XYZ70.3873.44101.73-
YUV222.3144.19119.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.70%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=30.70%
G=32.60%
B=36.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102232510.160.1100.02220.9883.6790.39
HexD2DFFB10B02dd545a
Octal322337373201302335124132
Binary1101001011011111111110111000010110101101110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFFB; }

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

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

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

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

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

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

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

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