#D7DDEE

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

Shades of Hawkes Blue #D7DDEE

Tints of Hawkes Blue #D7DDEE

Color information

#D7DDEE (or 0xD7DDEE) is unknown color: approx Hawkes Blue. HEX triplet: D7, DD and EE. RGB value is (215,221,238). Sum of RGB (Red+Green+Blue) = 215+221+238=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDEE is #282211. Grayscale: #DDDDDD. Windows color (decimal): -2630162 or 15654359. OLE color: 15654359.

HSL color Cylindrical-coordinate representation of color #D7DDEE: hue angle of 224.35º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7DDEE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215221238-
CMYK0.100.0700.07
HSL224.35º40.35%88.82%-
HSV(B)224.35º9.66%93.33%-
XYZ69.3172.3391.2-
YUV221.14137.51123.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.90%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=31.90%
G=32.79%
B=35.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152212380.100.0700.07224.3540.3588.82
HexD7DDEEA707e02859
Octal3273353561270734050131
Binary11010111110111011110111010101110111111000001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDEE; }

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

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

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

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

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

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

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

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