#D7DFFD

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

Shades of Hawkes Blue #D7DFFD

Tints of Hawkes Blue #D7DFFD

Color information

#D7DFFD (or 0xD7DFFD) is unknown color: approx Hawkes Blue. HEX triplet: D7, DF and FD. RGB value is (215,223,253). Sum of RGB (Red+Green+Blue) = 215+223+253=691 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.11% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DFFD is #282002. Grayscale: #DFDFDF. Windows color (decimal): -2629635 or 16637911. OLE color: 16637911.

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

Color convert

RGB215223253-
CMYK0.150.1200.01
HSL227.37º90.48%91.76%-
HSV(B)227.37º15.02%99.22%-
XYZ72.1474.31103.47-
YUV224.03144.35121.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.11%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=31.11%
G=32.27%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152232530.150.1200.01227.3790.4891.76
HexD7DFFDFC01e35a5c
Octal327337375171401343132134
Binary11010111110111111111110111111100011110001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFFD; }

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

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

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

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

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

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

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

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