#D0D8EF

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

Shades of Hawkes Blue #D0D8EF

Tints of Hawkes Blue #D0D8EF

Color information

#D0D8EF (or 0xD0D8EF) is unknown color: approx Hawkes Blue. HEX triplet: D0, D8 and EF. RGB value is (208,216,239). Sum of RGB (Red+Green+Blue) = 208+216+239=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8EF is #2F2710. Grayscale: #D8D8D8. Windows color (decimal): -3090193 or 15718608. OLE color: 15718608.

HSL color Cylindrical-coordinate representation of color #D0D8EF: hue angle of 224.52º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0D8EF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208216239-
CMYK0.130.1000.06
HSL224.52º49.21%87.65%-
HSV(B)224.52º12.97%93.73%-
XYZ66.1568.7591.45-
YUV216.23140.85122.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 216 (84.77% from 255) = 32.58%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=31.37%
G=32.58%
B=36.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082162390.130.1000.06224.5249.2187.65
HexD0D8EFDA06e13158
Octal32033035715120634161130
Binary110100001101100011101111110110100110111000011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8EF; }

 p { color: rgb(208,216,239); }

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

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

 a { background-color: rgb(208,216,239); }

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

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

 span { border-color: rgb(208,216,239); }

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