#D5DBEF

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

Shades of Hawkes Blue #D5DBEF

Tints of Hawkes Blue #D5DBEF

Color information

#D5DBEF (or 0xD5DBEF) is unknown color: approx Hawkes Blue. HEX triplet: D5, DB and EF. RGB value is (213,219,239). Sum of RGB (Red+Green+Blue) = 213+219+239=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBEF is #2A2410. Grayscale: #DBDBDB. Windows color (decimal): -2761745 or 15719381. OLE color: 15719381.

HSL color Cylindrical-coordinate representation of color #D5DBEF: hue angle of 226.15º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DBEF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213219239-
CMYK0.110.0800.06
HSL226.15º44.83%88.63%-
HSV(B)226.15º10.88%93.73%-
XYZ68.3571.0491.77-
YUV219.49139.01123.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=31.74%
G=32.64%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132192390.110.0800.06226.1544.8388.63
HexD5DBEFB806e22d59
Octal32533335713100634255131
Binary110101011101101111101111101110000110111000101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBEF; }

 p { color: rgb(213,219,239); }

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

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

 a { background-color: rgb(213,219,239); }

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

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

 span { border-color: rgb(213,219,239); }

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