#D7DBED

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

Shades of Hawkes Blue #D7DBED

Tints of Hawkes Blue #D7DBED

Color information

#D7DBED (or 0xD7DBED) is unknown color: approx Hawkes Blue. HEX triplet: D7, DB and ED. RGB value is (215,219,237). Sum of RGB (Red+Green+Blue) = 215+219+237=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBED is #282412. Grayscale: #DBDBDB. Windows color (decimal): -2630675 or 15588311. OLE color: 15588311.

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

Color convert

RGB215219237-
CMYK0.090.0800.07
HSL229.09º37.93%88.63%-
HSV(B)229.09º9.28%92.94%-
XYZ68.6471.2290.25-
YUV219.86137.67124.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.04%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=32.04%
G=32.64%
B=35.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152192370.090.0800.07229.0937.9388.63
HexD7DBED9807e52659
Octal32733335511100734546131
Binary110101111101101111101101100110000111111001011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBED; }

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

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

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

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

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

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

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

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