#D5DFEC

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

Shades of Hawkes Blue #D5DFEC

Tints of Hawkes Blue #D5DFEC

Color information

#D5DFEC (or 0xD5DFEC) is unknown color: approx Hawkes Blue. HEX triplet: D5, DF and EC. RGB value is (213,223,236). Sum of RGB (Red+Green+Blue) = 213+223+236=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFEC is #2A2013. Grayscale: #DDDDDD. Windows color (decimal): -2760724 or 15523797. OLE color: 15523797.

HSL color Cylindrical-coordinate representation of color #D5DFEC: hue angle of 213.91º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DFEC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213223236-
CMYK0.100.0600.07
HSL213.91º37.7%88.04%-
HSV(B)213.91º9.75%92.55%-
XYZ68.9772.9889.81-
YUV221.49136.19121.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.70%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=31.70%
G=33.18%
B=35.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132232360.100.0600.07213.9137.788.04
HexD5DFECA607d62658
Octal3253373541260732646130
Binary11010101110111111110110010101100111110101101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFEC; }

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

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

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

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

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

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

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

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