#D3DDF9

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

Shades of Hawkes Blue #D3DDF9

Tints of Hawkes Blue #D3DDF9

Color information

#D3DDF9 (or 0xD3DDF9) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and F9. RGB value is (211,221,249). Sum of RGB (Red+Green+Blue) = 211+221+249=681 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.98% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDF9 is #2C2206. Grayscale: #DDDDDD. Windows color (decimal): -2892295 or 16375251. OLE color: 16375251.

HSL color Cylindrical-coordinate representation of color #D3DDF9: hue angle of 224.21º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DDF9 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211221249-
CMYK0.150.1100.02
HSL224.21º76%90.2%-
HSV(B)224.21º15.26%97.65%-
XYZ69.8272.499.92-
YUV221.2143.69120.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.98%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=30.98%
G=32.45%
B=36.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112212490.150.1100.02224.217690.2
HexD3DDF9FB02e04c5a
Octal323335371171302340114132
Binary110100111101110111111001111110110101110000010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDF9; }

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

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

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

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

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

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

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

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