#D1DCFA

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

Shades of Hawkes Blue #D1DCFA

Tints of Hawkes Blue #D1DCFA

Color information

#D1DCFA (or 0xD1DCFA) is unknown color: approx Hawkes Blue. HEX triplet: D1, DC and FA. RGB value is (209,220,250). Sum of RGB (Red+Green+Blue) = 209+220+250=679 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.78% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DCFA is #2E2305. Grayscale: #DBDBDB. Windows color (decimal): -3023622 or 16440529. OLE color: 16440529.

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

Color convert

RGB209220250-
CMYK0.160.1200.02
HSL223.9º80.39%90%-
HSV(B)223.9º16.4%98.04%-
XYZ69.1471.64100.63-
YUV220.13144.86120.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.78%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=30.78%
G=32.40%
B=36.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092202500.160.1200.02223.980.3990
HexD1DCFA10C02e0505a
Octal321334372201402340120132
Binary1101000111011100111110101000011000101110000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCFA; }

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

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

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

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

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

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

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

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