#D7DDEA

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

Shades of Hawkes Blue #D7DDEA

Tints of Hawkes Blue #D7DDEA

Color information

#D7DDEA (or 0xD7DDEA) is unknown color: approx Hawkes Blue. HEX triplet: D7, DD and EA. RGB value is (215,221,234). Sum of RGB (Red+Green+Blue) = 215+221+234=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDEA is #282215. Grayscale: #DCDCDC. Windows color (decimal): -2630166 or 15392215. OLE color: 15392215.

HSL color Cylindrical-coordinate representation of color #D7DDEA: hue angle of 221.05º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7DDEA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215221234-
CMYK0.080.0600.08
HSL221.05º31.15%88.04%-
HSV(B)221.05º8.12%91.76%-
XYZ68.7372.188.14-
YUV220.69135.51123.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.09%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=32.09%
G=32.99%
B=34.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152212340.080.0600.08221.0531.1588.04
HexD7DDEA8608dd1f58
Octal32733535210601033537130
Binary11010111110111011110101010001100100011011101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDEA; }

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

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

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

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

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

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

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

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