#D8DDF3

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

Shades of Hawkes Blue #D8DDF3

Tints of Hawkes Blue #D8DDF3

Color information

#D8DDF3 (or 0xD8DDF3) is unknown color: approx Hawkes Blue. HEX triplet: D8, DD and F3. RGB value is (216,221,243). Sum of RGB (Red+Green+Blue) = 216+221+243=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8DDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDF3 is #27220C. Grayscale: #DDDDDD. Windows color (decimal): -2564621 or 15982040. OLE color: 15982040.

HSL color Cylindrical-coordinate representation of color #D8DDF3: hue angle of 228.89º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8DDF3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216221243-
CMYK0.110.0900.05
HSL228.89º52.94%90%-
HSV(B)228.89º11.11%95.29%-
XYZ70.3572.7895.13-
YUV222.01139.84123.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.76%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=31.76%
G=32.5%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162212430.110.0900.05228.8952.9490
HexD8DDF3B905e5355a
Octal33033536313110534565132
Binary110110001101110111110011101110010101111001011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDF3; }

 p { color: rgb(216,221,243); }

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

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

 a { background-color: rgb(216,221,243); }

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

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

 span { border-color: rgb(216,221,243); }

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