#D8DCF1

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

Shades of Hawkes Blue #D8DCF1

Tints of Hawkes Blue #D8DCF1

Color information

#D8DCF1 (or 0xD8DCF1) is unknown color: approx Hawkes Blue. HEX triplet: D8, DC and F1. RGB value is (216,220,241). Sum of RGB (Red+Green+Blue) = 216+220+241=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCF1 is #27230E. Grayscale: #DDDDDD. Windows color (decimal): -2564879 or 15850712. OLE color: 15850712.

HSL color Cylindrical-coordinate representation of color #D8DCF1: hue angle of 230.4º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DCF1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216220241-
CMYK0.100.0900.05
HSL230.4º47.17%89.61%-
HSV(B)230.4º10.37%94.51%-
XYZ69.7972.1493.46-
YUV221.2139.17124.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.91%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=31.91%
G=32.50%
B=35.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162202410.100.0900.05230.447.1789.61
HexD8DCF1A905e62f5a
Octal33033436112110534657132
Binary110110001101110011110001101010010101111001101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCF1; }

 p { color: rgb(216,220,241); }

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

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

 a { background-color: rgb(216,220,241); }

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

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

 span { border-color: rgb(216,220,241); }

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