#D8DDEB

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

Shades of Hawkes Blue #D8DDEB

Tints of Hawkes Blue #D8DDEB

Color information

#D8DDEB (or 0xD8DDEB) is unknown color: approx Hawkes Blue. HEX triplet: D8, DD and EB. RGB value is (216,221,235). Sum of RGB (Red+Green+Blue) = 216+221+235=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDEB is #272214. Grayscale: #DDDDDD. Windows color (decimal): -2564629 or 15457752. OLE color: 15457752.

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

Color convert

RGB216221235-
CMYK0.080.0600.08
HSL224.21º32.2%88.43%-
HSV(B)224.21º8.09%92.16%-
XYZ69.1772.3188.91-
YUV221.1135.84124.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.14%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=32.14%
G=32.89%
B=34.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162212350.080.0600.08224.2132.288.43
HexD8DDEB8608e02058
Octal33033535310601034040130
Binary110110001101110111101011100011001000111000001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDEB; }

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

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

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

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

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

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

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

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