#D7DDF8

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

Shades of Hawkes Blue #D7DDF8

Tints of Hawkes Blue #D7DDF8

Color information

#D7DDF8 (or 0xD7DDF8) is unknown color: approx Hawkes Blue. HEX triplet: D7, DD and F8. RGB value is (215,221,248). Sum of RGB (Red+Green+Blue) = 215+221+248=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDF8 is #282207. Grayscale: #DEDEDE. Windows color (decimal): -2630152 or 16309719. OLE color: 16309719.

HSL color Cylindrical-coordinate representation of color #D7DDF8: hue angle of 229.09º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7DDF8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB215221248-
CMYK0.130.1100.03
HSL229.09º70.21%90.78%-
HSV(B)229.09º13.31%97.25%-
XYZ70.8272.9499.15-
YUV222.28142.51122.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.43%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 248 (97.27% from 255) = 36.26%
R=31.43%
G=32.31%
B=36.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2152212480.130.1100.03229.0970.2190.78
HexD7DDF8DB03e5465b
Octal327335370151303345106133
Binary110101111101110111111000110110110111110010110001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDF8; }

 p { color: rgb(215,221,248); }

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

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

 a { background-color: rgb(215,221,248); }

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

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

 span { border-color: rgb(215,221,248); }

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