#D2DAEE

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

Shades of Hawkes Blue #D2DAEE

Tints of Hawkes Blue #D2DAEE

Color information

#D2DAEE (or 0xD2DAEE) is unknown color: approx Hawkes Blue. HEX triplet: D2, DA and EE. RGB value is (210,218,238). Sum of RGB (Red+Green+Blue) = 210+218+238=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAEE is #2D2511. Grayscale: #D9D9D9. Windows color (decimal): -2958610 or 15653586. OLE color: 15653586.

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

Color convert

RGB210218238-
CMYK0.120.0800.07
HSL222.86º45.16%87.84%-
HSV(B)222.86º11.76%93.33%-
XYZ67.0870.0290.87-
YUV217.89139.35122.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=31.53%
G=32.73%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102182380.120.0800.07222.8645.1687.84
HexD2DAEEC807df2d58
Octal32233235614100733755130
Binary110100101101101011101110110010000111110111111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAEE; }

 p { color: rgb(210,218,238); }

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

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

 a { background-color: rgb(210,218,238); }

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

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

 span { border-color: rgb(210,218,238); }

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