#D0DAE5

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

Shades of Hawkes Blue #D0DAE5

Tints of Hawkes Blue #D0DAE5

Color information

#D0DAE5 (or 0xD0DAE5) is unknown color: approx Hawkes Blue. HEX triplet: D0, DA and E5. RGB value is (208,218,229). Sum of RGB (Red+Green+Blue) = 208+218+229=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0DAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAE5 is #2F251A. Grayscale: #D8D8D8. Windows color (decimal): -3089691 or 15063760. OLE color: 15063760.

HSL color Cylindrical-coordinate representation of color #D0DAE5: hue angle of 211.43º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DAE5 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208218229-
CMYK0.090.0500.10
HSL211.43º28.77%85.69%-
HSV(B)211.43º9.17%89.8%-
XYZ65.2369.2184.05-
YUV216.26135.19122.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.76%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=31.76%
G=33.28%
B=34.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082182290.090.0500.10211.4328.7785.69
HexD0DAE5950Ad31d56
Octal32033234511501232335126
Binary11010000110110101110010110011010101011010011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAE5; }

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

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

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

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

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

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

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

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