#D7DCEF

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

Shades of Hawkes Blue #D7DCEF

Tints of Hawkes Blue #D7DCEF

Color information

#D7DCEF (or 0xD7DCEF) is unknown color: approx Hawkes Blue. HEX triplet: D7, DC and EF. RGB value is (215,220,239). Sum of RGB (Red+Green+Blue) = 215+220+239=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCEF is #282310. Grayscale: #DCDCDC. Windows color (decimal): -2630417 or 15719639. OLE color: 15719639.

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

Color convert

RGB215220239-
CMYK0.100.0800.06
HSL227.5º42.86%89.02%-
HSV(B)227.5º10.04%93.73%-
XYZ69.271.8791.89-
YUV220.67138.34123.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.90%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=31.90%
G=32.64%
B=35.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152202390.100.0800.06227.542.8689.02
HexD7DCEFA806e42b59
Octal32733435712100634453131
Binary110101111101110011101111101010000110111001001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCEF; }

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

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

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

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

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

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

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

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