#D0DDF9

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

Shades of Hawkes Blue #D0DDF9

Tints of Hawkes Blue #D0DDF9

Color information

#D0DDF9 (or 0xD0DDF9) is unknown color: approx Hawkes Blue. HEX triplet: D0, DD and F9. RGB value is (208,221,249). Sum of RGB (Red+Green+Blue) = 208+221+249=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDF9 is #2F2206. Grayscale: #DCDCDC. Windows color (decimal): -3088903 or 16375248. OLE color: 16375248.

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

Color convert

RGB208221249-
CMYK0.160.1100.02
HSL220.98º77.36%89.61%-
HSV(B)220.98º16.47%97.65%-
XYZ68.9771.9699.88-
YUV220.3144.19119.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.68%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=30.68%
G=32.60%
B=36.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082212490.160.1100.02220.9877.3689.61
HexD0DDF910B02dd4d5a
Octal320335371201302335115132
Binary1101000011011101111110011000010110101101110110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDF9; }

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

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

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

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

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

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

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

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