#D1DCFF

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

Shades of Hawkes Blue #D1DCFF

Tints of Hawkes Blue #D1DCFF

Color information

#D1DCFF (or 0xD1DCFF) is unknown color: approx Hawkes Blue. HEX triplet: D1, DC and FF. RGB value is (209,220,255). Sum of RGB (Red+Green+Blue) = 209+220+255=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DCFF is #2E2300. Grayscale: #DCDCDC. Windows color (decimal): -3023617 or 16768209. OLE color: 16768209.

HSL color Cylindrical-coordinate representation of color #D1DCFF: hue angle of 225.65º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1DCFF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209220255-
CMYK0.180.1400
HSL225.65º100%90.98%-
HSV(B)225.65º18.04%100%-
XYZ69.9471.96104.81-
YUV220.7147.36119.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.56%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 255 (100% from 255) = 37.28%
R=30.56%
G=32.16%
B=37.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092202550.180.1400225.6510090.98
HexD1DCFF12E00e2645b
Octal321334377221600342144133
Binary110100011101110011111111100101110001110001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCFF; }

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

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

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

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

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

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

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

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