#D0DCFA

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

Shades of Hawkes Blue #D0DCFA

Tints of Hawkes Blue #D0DCFA

Color information

#D0DCFA (or 0xD0DCFA) is unknown color: approx Hawkes Blue. HEX triplet: D0, DC and FA. RGB value is (208,220,250). Sum of RGB (Red+Green+Blue) = 208+220+250=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCFA is #2F2305. Grayscale: #DBDBDB. Windows color (decimal): -3089158 or 16440528. OLE color: 16440528.

HSL color Cylindrical-coordinate representation of color #D0DCFA: hue angle of 222.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DCFA is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208220250-
CMYK0.170.1200.02
HSL222.86º80.77%89.8%-
HSV(B)222.86º16.8%98.04%-
XYZ68.8671.5100.61-
YUV219.83145.02119.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.68%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=30.68%
G=32.45%
B=36.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082202500.170.1200.02222.8680.7789.8
HexD0DCFA11C02df515a
Octal320334372211402337121132
Binary1101000011011100111110101000111000101101111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCFA; }

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

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

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

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

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

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

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

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