#D9DFEA

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

Shades of Hawkes Blue #D9DFEA

Tints of Hawkes Blue #D9DFEA

Color information

#D9DFEA (or 0xD9DFEA) is unknown color: approx Hawkes Blue. HEX triplet: D9, DF and EA. RGB value is (217,223,234). Sum of RGB (Red+Green+Blue) = 217+223+234=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFEA is #262015. Grayscale: #DEDEDE. Windows color (decimal): -2498582 or 15392729. OLE color: 15392729.

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

Color convert

RGB217223234-
CMYK0.070.0500.08
HSL218.82º28.81%88.43%-
HSV(B)218.82º7.26%91.76%-
XYZ69.8573.4788.34-
YUV222.46134.51124.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.20%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=32.20%
G=33.09%
B=34.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172232340.070.0500.08218.8228.8188.43
HexD9DFEA7508db1d58
Octal3313373527501033335130
Binary1101100111011111111010101111010100011011011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFEA; }

 p { color: rgb(217,223,234); }

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

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

 a { background-color: rgb(217,223,234); }

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

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

 span { border-color: rgb(217,223,234); }

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