#D5DCE5

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

Shades of Hawkes Blue #D5DCE5

Tints of Hawkes Blue #D5DCE5

Color information

#D5DCE5 (or 0xD5DCE5) is unknown color: approx Hawkes Blue. HEX triplet: D5, DC and E5. RGB value is (213,220,229). Sum of RGB (Red+Green+Blue) = 213+220+229=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCE5 is #2A231A. Grayscale: #DADADA. Windows color (decimal): -2761499 or 15064277. OLE color: 15064277.

HSL color Cylindrical-coordinate representation of color #D5DCE5: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DCE5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213220229-
CMYK0.070.0400.10
HSL213.75º23.53%86.67%-
HSV(B)213.75º6.99%89.8%-
XYZ67.1870.9984.29-
YUV218.93133.68123.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.18%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 229 (89.84% from 255) = 34.59%
R=32.18%
G=33.23%
B=34.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2132202290.070.0400.10213.7523.5386.67
HexD5DCE5740Ad61857
Octal3253343457401232630127
Binary1101010111011100111001011111000101011010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCE5; }

 p { color: rgb(213,220,229); }

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

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

 a { background-color: rgb(213,220,229); }

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

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

 span { border-color: rgb(213,220,229); }

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