#D1DDFA

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

Shades of Hawkes Blue #D1DDFA

Tints of Hawkes Blue #D1DDFA

Color information

#D1DDFA (or 0xD1DDFA) is unknown color: approx Hawkes Blue. HEX triplet: D1, DD and FA. RGB value is (209,221,250). Sum of RGB (Red+Green+Blue) = 209+221+250=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDFA is #2E2205. Grayscale: #DCDCDC. Windows color (decimal): -3023366 or 16440785. OLE color: 16440785.

HSL color Cylindrical-coordinate representation of color #D1DDFA: hue angle of 222.44º 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 #D1DDFA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209221250-
CMYK0.160.1200.02
HSL222.44º80.39%90%-
HSV(B)222.44º16.4%98.04%-
XYZ69.4172.17100.71-
YUV220.72144.52119.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.74%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=30.74%
G=32.5%
B=36.76%

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
Decimal2092212500.160.1200.02222.4480.3990
HexD1DDFA10C02de505a
Octal321335372201402336120132
Binary1101000111011101111110101000011000101101111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDFA; }

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

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

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

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

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

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

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

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