#D7DFEF

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

Shades of Hawkes Blue #D7DFEF

Tints of Hawkes Blue #D7DFEF

Color information

#D7DFEF (or 0xD7DFEF) is unknown color: approx Hawkes Blue. HEX triplet: D7, DF and EF. RGB value is (215,223,239). Sum of RGB (Red+Green+Blue) = 215+223+239=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DFEF is #282010. Grayscale: #DEDEDE. Windows color (decimal): -2629649 or 15720407. OLE color: 15720407.

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

Color convert

RGB215223239-
CMYK0.100.0700.06
HSL220º42.86%89.02%-
HSV(B)220º10.04%93.73%-
XYZ69.9973.4592.15-
YUV222.43137.35122.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.76%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=31.76%
G=32.94%
B=35.30%

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
Decimal2152232390.100.0700.0622042.8689.02
HexD7DFEFA706dc2b59
Octal3273373571270633453131
Binary11010111110111111110111110101110110110111001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFEF; }

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

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

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

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

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

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

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

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