#D7DBEF

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

Shades of Hawkes Blue #D7DBEF

Tints of Hawkes Blue #D7DBEF

Color information

#D7DBEF (or 0xD7DBEF) is unknown color: approx Hawkes Blue. HEX triplet: D7, DB and EF. RGB value is (215,219,239). Sum of RGB (Red+Green+Blue) = 215+219+239=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBEF is #282410. Grayscale: #DBDBDB. Windows color (decimal): -2630673 or 15719383. OLE color: 15719383.

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

Color convert

RGB215219239-
CMYK0.100.0800.06
HSL230º42.86%89.02%-
HSV(B)230º10.04%93.73%-
XYZ68.9471.3491.8-
YUV220.08138.67124.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.95%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=31.95%
G=32.54%
B=35.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152192390.100.0800.0623042.8689.02
HexD7DBEFA806e62b59
Octal32733335712100634653131
Binary110101111101101111101111101010000110111001101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBEF; }

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

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

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

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

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

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

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

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