#D3DDEF

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

Shades of Hawkes Blue #D3DDEF

Tints of Hawkes Blue #D3DDEF

Color information

#D3DDEF (or 0xD3DDEF) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and EF. RGB value is (211,221,239). Sum of RGB (Red+Green+Blue) = 211+221+239=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDEF is #2C2210. Grayscale: #DBDBDB. Windows color (decimal): -2892305 or 15719891. OLE color: 15719891.

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

Color convert

RGB211221239-
CMYK0.120.0800.06
HSL218.57º46.67%88.24%-
HSV(B)218.57º11.72%93.73%-
XYZ68.371.7991.92-
YUV220.06138.69121.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.45%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=31.45%
G=32.94%
B=35.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112212390.120.0800.06218.5746.6788.24
HexD3DDEFC806db2f58
Octal32333535714100633357130
Binary110100111101110111101111110010000110110110111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDEF; }

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

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

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

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

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

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

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

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