#D0DAF2

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

Shades of Hawkes Blue #D0DAF2

Tints of Hawkes Blue #D0DAF2

Color information

#D0DAF2 (or 0xD0DAF2) is unknown color: approx Hawkes Blue. HEX triplet: D0, DA and F2. RGB value is (208,218,242). Sum of RGB (Red+Green+Blue) = 208+218+242=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAF2 is #2F250D. Grayscale: #D9D9D9. Windows color (decimal): -3089678 or 15915728. OLE color: 15915728.

HSL color Cylindrical-coordinate representation of color #D0DAF2: hue angle of 222.35º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0DAF2 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208218242-
CMYK0.140.1000.05
HSL222.35º56.67%88.24%-
HSV(B)222.35º14.05%94.9%-
XYZ67.1169.9693.97-
YUV217.75141.69121.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.14%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=31.14%
G=32.63%
B=36.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082182420.140.1000.05222.3556.6788.24
HexD0DAF2EA05de3958
Octal32033236216120533671130
Binary110100001101101011110010111010100101110111101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAF2; }

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

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

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

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

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

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

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

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