#D7DEEE

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

Shades of Hawkes Blue #D7DEEE

Tints of Hawkes Blue #D7DEEE

Color information

#D7DEEE (or 0xD7DEEE) is unknown color: approx Hawkes Blue. HEX triplet: D7, DE and EE. RGB value is (215,222,238). Sum of RGB (Red+Green+Blue) = 215+222+238=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEEE is #282111. Grayscale: #DDDDDD. Windows color (decimal): -2629906 or 15654615. OLE color: 15654615.

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

Color convert

RGB215222238-
CMYK0.100.0700.07
HSL221.74º40.35%88.82%-
HSV(B)221.74º9.66%93.33%-
XYZ69.5872.8691.29-
YUV221.73137.18123.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=31.85%
G=32.89%
B=35.26%

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
Decimal2152222380.100.0700.07221.7440.3588.82
HexD7DEEEA707de2859
Octal3273363561270733650131
Binary11010111110111101110111010101110111110111101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEEE; }

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

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

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

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

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

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

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

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