#D7DDEF

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

Shades of Hawkes Blue #D7DDEF

Tints of Hawkes Blue #D7DDEF

Color information

#D7DDEF (or 0xD7DDEF) is unknown color: approx Hawkes Blue. HEX triplet: D7, DD and EF. RGB value is (215,221,239). Sum of RGB (Red+Green+Blue) = 215+221+239=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDEF is #282210. Grayscale: #DDDDDD. Windows color (decimal): -2630161 or 15719895. OLE color: 15719895.

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

Color convert

RGB215221239-
CMYK0.100.0800.06
HSL225º42.86%89.02%-
HSV(B)225º10.04%93.73%-
XYZ69.4672.3991.97-
YUV221.26138.01123.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=31.85%
G=32.74%
B=35.41%

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
Decimal2152212390.100.0800.0622542.8689.02
HexD7DDEFA806e12b59
Octal32733535712100634153131
Binary110101111101110111101111101010000110111000011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDEF; }

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

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

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

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

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

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

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

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