#D8DDF1

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

Shades of Hawkes Blue #D8DDF1

Tints of Hawkes Blue #D8DDF1

Color information

#D8DDF1 (or 0xD8DDF1) is unknown color: approx Hawkes Blue. HEX triplet: D8, DD and F1. RGB value is (216,221,241). Sum of RGB (Red+Green+Blue) = 216+221+241=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDF1 is #27220E. Grayscale: #DDDDDD. Windows color (decimal): -2564623 or 15850968. OLE color: 15850968.

HSL color Cylindrical-coordinate representation of color #D8DDF1: hue angle of 228º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DDF1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216221241-
CMYK0.100.0800.05
HSL228º47.17%89.61%-
HSV(B)228º10.37%94.51%-
XYZ70.0572.6693.55-
YUV221.78138.84123.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.86%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=31.86%
G=32.60%
B=35.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162212410.100.0800.0522847.1789.61
HexD8DDF1A805e42f5a
Octal33033536112100534457132
Binary110110001101110111110001101010000101111001001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDF1; }

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

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

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

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

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

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

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

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