#D2DAEB

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

Shades of Hawkes Blue #D2DAEB

Tints of Hawkes Blue #D2DAEB

Color information

#D2DAEB (or 0xD2DAEB) is unknown color: approx Hawkes Blue. HEX triplet: D2, DA and EB. RGB value is (210,218,235). Sum of RGB (Red+Green+Blue) = 210+218+235=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAEB is #2D2514. Grayscale: #D9D9D9. Windows color (decimal): -2958613 or 15456978. OLE color: 15456978.

HSL color Cylindrical-coordinate representation of color #D2DAEB: hue angle of 220.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DAEB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210218235-
CMYK0.110.0700.08
HSL220.8º38.46%87.25%-
HSV(B)220.8º10.64%92.16%-
XYZ66.6569.8488.57-
YUV217.55137.85122.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.67%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=31.67%
G=32.88%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102182350.110.0700.08220.838.4687.25
HexD2DAEBB708dd2657
Octal32233235313701033546127
Binary110100101101101011101011101111101000110111011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAEB; }

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

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

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

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

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

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

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

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