#D0E2F8

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

Shades of Hawkes Blue #D0E2F8

Tints of Hawkes Blue #D0E2F8

Color information

#D0E2F8 (or 0xD0E2F8) is unknown color: approx Hawkes Blue. HEX triplet: D0, E2 and F8. RGB value is (208,226,248). Sum of RGB (Red+Green+Blue) = 208+226+248=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0E2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E2F8 is #2F1D07. Grayscale: #DFDFDF. Windows color (decimal): -3087624 or 16310992. OLE color: 16310992.

HSL color Cylindrical-coordinate representation of color #D0E2F8: hue angle of 213º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0E2F8 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208226248-
CMYK0.160.0900.03
HSL213º74.07%89.41%-
HSV(B)213º16.13%97.25%-
XYZ70.1574.5899.5-
YUV223.13142.04117.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.50%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 248 (97.27% from 255) = 36.36%
R=30.50%
G=33.14%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082262480.160.0900.0321374.0789.41
HexD0E2F810903d54a59
Octal320342370201103325112131
Binary1101000011100010111110001000010010111101010110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E2F8; }

 p { color: rgb(208,226,248); }

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

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

 a { background-color: rgb(208,226,248); }

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

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

 span { border-color: rgb(208,226,248); }

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