#D2DDFB

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

Shades of Hawkes Blue #D2DDFB

Tints of Hawkes Blue #D2DDFB

Color information

#D2DDFB (or 0xD2DDFB) is unknown color: approx Hawkes Blue. HEX triplet: D2, DD and FB. RGB value is (210,221,251). Sum of RGB (Red+Green+Blue) = 210+221+251=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFB is #2D2204. Grayscale: #DDDDDD. Windows color (decimal): -2957829 or 16506322. OLE color: 16506322.

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

Color convert

RGB210221251-
CMYK0.160.1200.02
HSL223.9º83.67%90.39%-
HSV(B)223.9º16.33%98.43%-
XYZ69.8572.38101.56-
YUV221.13144.86120.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=30.79%
G=32.40%
B=36.80%

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
Decimal2102212510.160.1200.02223.983.6790.39
HexD2DDFB10C02e0545a
Octal322335373201402340124132
Binary1101001011011101111110111000011000101110000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDFB; }

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

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

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

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

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

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

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

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