#D3DDFD

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

Shades of Hawkes Blue #D3DDFD

Tints of Hawkes Blue #D3DDFD

Color information

#D3DDFD (or 0xD3DDFD) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and FD. RGB value is (211,221,253). Sum of RGB (Red+Green+Blue) = 211+221+253=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDFD is #2C2202. Grayscale: #DDDDDD. Windows color (decimal): -2892291 or 16637395. OLE color: 16637395.

HSL color Cylindrical-coordinate representation of color #D3DDFD: hue angle of 225.71º 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 #D3DDFD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211221253-
CMYK0.170.1300.01
HSL225.71º91.3%90.98%-
HSV(B)225.71º16.6%99.22%-
XYZ70.4572.65103.24-
YUV221.66145.69120.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.80%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=30.80%
G=32.26%
B=36.93%

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
Decimal2112212530.170.1300.01225.7191.390.98
HexD3DDFD11D01e25b5b
Octal323335375211501342133133
Binary110100111101110111111101100011101011110001010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDFD; }

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

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

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

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

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

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

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

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