#D6D8E1

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

Shades of Hawkes Blue #D6D8E1

Tints of Hawkes Blue #D6D8E1

Color information

#D6D8E1 (or 0xD6D8E1) is unknown color: approx Hawkes Blue. HEX triplet: D6, D8 and E1. RGB value is (214,216,225). Sum of RGB (Red+Green+Blue) = 214+216+225=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6D8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D8E1 is #29271E. Grayscale: #D8D8D8. Windows color (decimal): -2696991 or 14801110. OLE color: 14801110.

HSL color Cylindrical-coordinate representation of color #D6D8E1: hue angle of 229.09º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D8E1 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214216225-
CMYK0.050.0400.12
HSL229.09º15.49%86.08%-
HSV(B)229.09º4.89%88.24%-
XYZ65.8868.8481.05-
YUV216.43132.84126.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.67%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=32.67%
G=32.98%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142162250.050.0400.12229.0915.4986.08
HexD6D8E1540Ce5f56
Octal3263303415401434517126
Binary110101101101100011100001101100011001110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D8E1; }

 p { color: rgb(214,216,225); }

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

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

 a { background-color: rgb(214,216,225); }

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

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

 span { border-color: rgb(214,216,225); }

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