#D3DCFD

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

Shades of Hawkes Blue #D3DCFD

Tints of Hawkes Blue #D3DCFD

Color information

#D3DCFD (or 0xD3DCFD) is unknown color: approx Hawkes Blue. HEX triplet: D3, DC and FD. RGB value is (211,220,253). Sum of RGB (Red+Green+Blue) = 211+220+253=684 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.85% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DCFD is #2C2302. Grayscale: #DCDCDC. Windows color (decimal): -2892547 or 16637139. OLE color: 16637139.

HSL color Cylindrical-coordinate representation of color #D3DCFD: hue angle of 227.14º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3DCFD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211220253-
CMYK0.170.1300.01
HSL227.14º91.3%90.98%-
HSV(B)227.14º16.6%99.22%-
XYZ70.1972.13103.15-
YUV221.07146.02120.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.85%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=30.85%
G=32.16%
B=36.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112202530.170.1300.01227.1491.390.98
HexD3DCFD11D01e35b5b
Octal323334375211501343133133
Binary110100111101110011111101100011101011110001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCFD; }

 p { color: rgb(211,220,253); }

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

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

 a { background-color: rgb(211,220,253); }

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

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

 span { border-color: rgb(211,220,253); }

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