#D7DFFE

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

Shades of Hawkes Blue #D7DFFE

Tints of Hawkes Blue #D7DFFE

Color information

#D7DFFE (or 0xD7DFFE) is unknown color: approx Hawkes Blue. HEX triplet: D7, DF and FE. RGB value is (215,223,254). Sum of RGB (Red+Green+Blue) = 215+223+254=692 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.07% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DFFE is #282001. Grayscale: #E0E0E0. Windows color (decimal): -2629634 or 16703447. OLE color: 16703447.

HSL color Cylindrical-coordinate representation of color #D7DFFE: hue angle of 227.69º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DFFE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215223254-
CMYK0.150.1200.00
HSL227.69º95.12%91.96%-
HSV(B)227.69º15.35%99.61%-
XYZ72.374.38104.31-
YUV224.14144.85121.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.07%
GREEN value IS 223 (87.5% from 255) = 32.23%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=31.07%
G=32.23%
B=36.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152232540.150.1200.00227.6995.1291.96
HexD7DFFEFC00e45f5c
Octal327337376171400344137134
Binary11010111110111111111111011111100001110010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFFE; }

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

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

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

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

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

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

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

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