#D2D6E9

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

Shades of Hawkes Blue #D2D6E9

Tints of Hawkes Blue #D2D6E9

Color information

#D2D6E9 (or 0xD2D6E9) is unknown color: approx Hawkes Blue. HEX triplet: D2, D6 and E9. RGB value is (210,214,233). Sum of RGB (Red+Green+Blue) = 210+214+233=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2D6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D6E9 is #2D2916. Grayscale: #D6D6D6. Windows color (decimal): -2959639 or 15324882. OLE color: 15324882.

HSL color Cylindrical-coordinate representation of color #D2D6E9: hue angle of 229.57º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D6E9 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210214233-
CMYK0.100.0800.09
HSL229.57º34.33%86.86%-
HSV(B)229.57º9.87%91.37%-
XYZ65.3367.6886.71-
YUV214.97138.17124.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 214 (83.98% from 255) = 32.57%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=31.96%
G=32.57%
B=35.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102142330.100.0800.09229.5734.3386.86
HexD2D6E9A809e62257
Octal322326351121001134642127
Binary1101001011010110111010011010100001001111001101000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6E9; }

 p { color: rgb(210,214,233); }

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

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

 a { background-color: rgb(210,214,233); }

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

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

 span { border-color: rgb(210,214,233); }

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