#D7DCF0

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

Shades of Hawkes Blue #D7DCF0

Tints of Hawkes Blue #D7DCF0

Color information

#D7DCF0 (or 0xD7DCF0) is unknown color: approx Hawkes Blue. HEX triplet: D7, DC and F0. RGB value is (215,220,240). Sum of RGB (Red+Green+Blue) = 215+220+240=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7DCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCF0 is #28230F. Grayscale: #DCDCDC. Windows color (decimal): -2630416 or 15785175. OLE color: 15785175.

HSL color Cylindrical-coordinate representation of color #D7DCF0: hue angle of 228º degrees, saturation: 0.45, 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 #D7DCF0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215220240-
CMYK0.100.0800.06
HSL228º45.45%89.22%-
HSV(B)228º10.42%94.12%-
XYZ69.3571.9292.67-
YUV220.78138.84123.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 240 (94.14% from 255) = 35.56%
R=31.85%
G=32.59%
B=35.56%

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
Decimal2152202400.100.0800.0622845.4589.22
HexD7DCF0A806e42d59
Octal32733436012100634455131
Binary110101111101110011110000101010000110111001001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCF0; }

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

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

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

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

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

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

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

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