#D5DFEB

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

Shades of Hawkes Blue #D5DFEB

Tints of Hawkes Blue #D5DFEB

Color information

#D5DFEB (or 0xD5DFEB) is unknown color: approx Hawkes Blue. HEX triplet: D5, DF and EB. RGB value is (213,223,235). Sum of RGB (Red+Green+Blue) = 213+223+235=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFEB is #2A2014. Grayscale: #DDDDDD. Windows color (decimal): -2760725 or 15458261. OLE color: 15458261.

HSL color Cylindrical-coordinate representation of color #D5DFEB: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DFEB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213223235-
CMYK0.090.0500.08
HSL212.73º35.48%87.84%-
HSV(B)212.73º9.36%92.16%-
XYZ68.8272.9289.04-
YUV221.38135.69122.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=31.74%
G=33.23%
B=35.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132232350.090.0500.08212.7335.4887.84
HexD5DFEB9508d52358
Octal32533735311501032543130
Binary110101011101111111101011100110101000110101011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFEB; }

 p { color: rgb(213,223,235); }

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

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

 a { background-color: rgb(213,223,235); }

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

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

 span { border-color: rgb(213,223,235); }

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