#D0DAE7

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

Shades of Hawkes Blue #D0DAE7

Tints of Hawkes Blue #D0DAE7

Color information

#D0DAE7 (or 0xD0DAE7) is unknown color: approx Hawkes Blue. HEX triplet: D0, DA and E7. RGB value is (208,218,231). Sum of RGB (Red+Green+Blue) = 208+218+231=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0DAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAE7 is #2F2518. Grayscale: #D8D8D8. Windows color (decimal): -3089689 or 15194832. OLE color: 15194832.

HSL color Cylindrical-coordinate representation of color #D0DAE7: hue angle of 213.91º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DAE7 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208218231-
CMYK0.100.0600.09
HSL213.91º32.39%86.08%-
HSV(B)213.91º9.96%90.59%-
XYZ65.5169.3285.53-
YUV216.49136.19121.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.66%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=31.66%
G=33.18%
B=35.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082182310.100.0600.09213.9132.3986.08
HexD0DAE7A609d62056
Octal32033234712601132640126
Binary110100001101101011100111101011001001110101101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAE7; }

 p { color: rgb(208,218,231); }

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

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

 a { background-color: rgb(208,218,231); }

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

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

 span { border-color: rgb(208,218,231); }

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