#D2D8ED

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

Shades of Hawkes Blue #D2D8ED

Tints of Hawkes Blue #D2D8ED

Color information

#D2D8ED (or 0xD2D8ED) is unknown color: approx Hawkes Blue. HEX triplet: D2, D8 and ED. RGB value is (210,216,237). Sum of RGB (Red+Green+Blue) = 210+216+237=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2D8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D8ED is #2D2712. Grayscale: #D8D8D8. Windows color (decimal): -2959123 or 15587538. OLE color: 15587538.

HSL color Cylindrical-coordinate representation of color #D2D8ED: hue angle of 226.67º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2D8ED is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210216237-
CMYK0.110.0900.07
HSL226.67º42.86%87.65%-
HSV(B)226.67º11.39%92.94%-
XYZ66.4268.9389.92-
YUV216.6139.51123.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.67%
GREEN value IS 216 (84.77% from 255) = 32.58%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=31.67%
G=32.58%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102162370.110.0900.07226.6742.8687.65
HexD2D8EDB907e32b58
Octal32233035513110734353130
Binary110100101101100011101101101110010111111000111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D8ED; }

 p { color: rgb(210,216,237); }

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

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

 a { background-color: rgb(210,216,237); }

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

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

 span { border-color: rgb(210,216,237); }

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