#D5DCEC

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

Shades of Hawkes Blue #D5DCEC

Tints of Hawkes Blue #D5DCEC

Color information

#D5DCEC (or 0xD5DCEC) is unknown color: approx Hawkes Blue. HEX triplet: D5, DC and EC. RGB value is (213,220,236). Sum of RGB (Red+Green+Blue) = 213+220+236=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCEC is #2A2313. Grayscale: #DBDBDB. Windows color (decimal): -2761492 or 15523029. OLE color: 15523029.

HSL color Cylindrical-coordinate representation of color #D5DCEC: hue angle of 221.74º 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 #D5DCEC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213220236-
CMYK0.100.0700.07
HSL221.74º37.7%88.04%-
HSV(B)221.74º9.75%92.55%-
XYZ68.1771.3989.54-
YUV219.73137.18123.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=31.84%
G=32.88%
B=35.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132202360.100.0700.07221.7437.788.04
HexD5DCECA707de2658
Octal3253343541270733646130
Binary11010101110111001110110010101110111110111101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCEC; }

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

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

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

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

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

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

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

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