#D5DDEF

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

Shades of Hawkes Blue #D5DDEF

Tints of Hawkes Blue #D5DDEF

Color information

#D5DDEF (or 0xD5DDEF) is unknown color: approx Hawkes Blue. HEX triplet: D5, DD and EF. RGB value is (213,221,239). Sum of RGB (Red+Green+Blue) = 213+221+239=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDEF is #2A2210. Grayscale: #DCDCDC. Windows color (decimal): -2761233 or 15719893. OLE color: 15719893.

HSL color Cylindrical-coordinate representation of color #D5DDEF: hue angle of 221.54º 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 #D5DDEF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213221239-
CMYK0.110.0800.06
HSL221.54º44.83%88.63%-
HSV(B)221.54º10.88%93.73%-
XYZ68.8872.0991.95-
YUV220.66138.35122.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=31.65%
G=32.84%
B=35.51%

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
Decimal2132212390.110.0800.06221.5444.8388.63
HexD5DDEFB806de2d59
Octal32533535713100633655131
Binary110101011101110111101111101110000110110111101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDEF; }

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

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

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

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

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

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

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

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