#D7DCF5

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

Shades of Hawkes Blue #D7DCF5

Tints of Hawkes Blue #D7DCF5

Color information

#D7DCF5 (or 0xD7DCF5) is unknown color: approx Hawkes Blue. HEX triplet: D7, DC and F5. RGB value is (215,220,245). Sum of RGB (Red+Green+Blue) = 215+220+245=680 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.62% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #D7DCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCF5 is #28230A. Grayscale: #DDDDDD. Windows color (decimal): -2630411 or 16112855. OLE color: 16112855.

HSL color Cylindrical-coordinate representation of color #D7DCF5: hue angle of 230º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7DCF5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215220245-
CMYK0.120.1000.04
HSL230º60%90.2%-
HSV(B)230º12.24%96.08%-
XYZ70.172.2396.63-
YUV221.36141.34123.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.62%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 245 (96.09% from 255) = 36.03%
R=31.62%
G=32.35%
B=36.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152202450.120.1000.042306090.2
HexD7DCF5CA04e63c5a
Octal32733436514120434674132
Binary110101111101110011110101110010100100111001101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCF5; }

 p { color: rgb(215,220,245); }

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

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

 a { background-color: rgb(215,220,245); }

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

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

 span { border-color: rgb(215,220,245); }

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