#D5DCEF

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

Shades of Hawkes Blue #D5DCEF

Tints of Hawkes Blue #D5DCEF

Color information

#D5DCEF (or 0xD5DCEF) is unknown color: approx Hawkes Blue. HEX triplet: D5, DC and EF. RGB value is (213,220,239). Sum of RGB (Red+Green+Blue) = 213+220+239=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCEF is #2A2310. Grayscale: #DBDBDB. Windows color (decimal): -2761489 or 15719637. OLE color: 15719637.

HSL color Cylindrical-coordinate representation of color #D5DCEF: hue angle of 223.85º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DCEF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213220239-
CMYK0.110.0800.06
HSL223.85º44.83%88.63%-
HSV(B)223.85º10.88%93.73%-
XYZ68.6171.5691.86-
YUV220.07138.68122.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.70%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=31.70%
G=32.74%
B=35.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132202390.110.0800.06223.8544.8388.63
HexD5DCEFB806e02d59
Octal32533435713100634055131
Binary110101011101110011101111101110000110111000001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCEF; }

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

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

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

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

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

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

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

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