#D9DCE0

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

Shades of Hawkes Blue #D9DCE0

Tints of Hawkes Blue #D9DCE0

Color information

#D9DCE0 (or 0xD9DCE0) is unknown color: approx Hawkes Blue. HEX triplet: D9, DC and E0. RGB value is (217,220,224). Sum of RGB (Red+Green+Blue) = 217+220+224=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCE0 is #26231F. Grayscale: #DBDBDB. Windows color (decimal): -2499360 or 14736601. OLE color: 14736601.

HSL color Cylindrical-coordinate representation of color #D9DCE0: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DCE0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217220224-
CMYK0.030.0200.12
HSL214.29º10.14%86.47%-
HSV(B)214.29º3.12%87.84%-
XYZ67.6671.3280.72-
YUV219.56130.51126.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.83%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=32.83%
G=33.28%
B=33.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172202240.030.0200.12214.2910.1486.47
HexD9DCE0320Cd6a56
Octal3313343403201432612126
Binary1101100111011100111000001110011001101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCE0; }

 p { color: rgb(217,220,224); }

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

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

 a { background-color: rgb(217,220,224); }

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

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

 span { border-color: rgb(217,220,224); }

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