#D7DEEF

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

Shades of Hawkes Blue #D7DEEF

Tints of Hawkes Blue #D7DEEF

Color information

#D7DEEF (or 0xD7DEEF) is unknown color: approx Hawkes Blue. HEX triplet: D7, DE and EF. RGB value is (215,222,239). Sum of RGB (Red+Green+Blue) = 215+222+239=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEEF is #282110. Grayscale: #DDDDDD. Windows color (decimal): -2629905 or 15720151. OLE color: 15720151.

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

Color convert

RGB215222239-
CMYK0.100.0700.06
HSL222.5º42.86%89.02%-
HSV(B)222.5º10.04%93.73%-
XYZ69.7372.9292.06-
YUV221.84137.68123.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.80%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=31.80%
G=32.84%
B=35.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152222390.100.0700.06222.542.8689.02
HexD7DEEFA706de2b59
Octal3273363571270633653131
Binary11010111110111101110111110101110110110111101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEEF; }

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

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

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

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

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

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

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

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