#D0DCF7

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

Shades of Hawkes Blue #D0DCF7

Tints of Hawkes Blue #D0DCF7

Color information

#D0DCF7 (or 0xD0DCF7) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and F7. RGB value is (208,220,247). Sum of RGB (Red+Green+Blue) = 208+220+247=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0DCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCF7 is #2F2308. Grayscale: #DBDBDB. Windows color (decimal): -3089161 or 16243920. OLE color: 16243920.

HSL color Cylindrical-coordinate representation of color #D0DCF7: hue angle of 221.54º degrees, saturation: 0.71, 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 #D0DCF7 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208220247-
CMYK0.160.1100.03
HSL221.54º70.91%89.22%-
HSV(B)221.54º15.79%96.86%-
XYZ68.3971.3198.16-
YUV219.49143.52119.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.81%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 247 (96.88% from 255) = 36.59%
R=30.81%
G=32.59%
B=36.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082202470.160.1100.03221.5470.9189.22
HexD0DCF710B03de4759
Octal320334367201303336107131
Binary1101000011011100111101111000010110111101111010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCF7; }

 p { color: rgb(208,220,247); }

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

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

 a { background-color: rgb(208,220,247); }

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

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

 span { border-color: rgb(208,220,247); }

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