#D2DBEB

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

Shades of Hawkes Blue #D2DBEB

Tints of Hawkes Blue #D2DBEB

Color information

#D2DBEB (or 0xD2DBEB) is unknown color: approx Hawkes Blue. HEX triplet: D2, DB and EB. RGB value is (210,219,235). Sum of RGB (Red+Green+Blue) = 210+219+235=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBEB is #2D2414. Grayscale: #DADADA. Windows color (decimal): -2958357 or 15457234. OLE color: 15457234.

HSL color Cylindrical-coordinate representation of color #D2DBEB: hue angle of 218.4º 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 #D2DBEB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210219235-
CMYK0.110.0700.08
HSL218.4º38.46%87.25%-
HSV(B)218.4º10.64%92.16%-
XYZ66.9170.3688.65-
YUV218.13137.52122.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.63%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=31.63%
G=32.98%
B=35.39%

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
Decimal2102192350.110.0700.08218.438.4687.25
HexD2DBEBB708da2657
Octal32233335313701033246127
Binary110100101101101111101011101111101000110110101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBEB; }

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

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

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

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

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

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

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

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