#D3DDFC

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

Shades of Hawkes Blue #D3DDFC

Tints of Hawkes Blue #D3DDFC

Color information

#D3DDFC (or 0xD3DDFC) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and FC. RGB value is (211,221,252). Sum of RGB (Red+Green+Blue) = 211+221+252=684 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.85% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDFC is #2C2203. Grayscale: #DDDDDD. Windows color (decimal): -2892292 or 16571859. OLE color: 16571859.

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

Color convert

RGB211221252-
CMYK0.160.1200.01
HSL225.37º87.23%90.78%-
HSV(B)225.37º16.27%98.82%-
XYZ70.2972.59102.4-
YUV221.54145.19120.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.85%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=30.85%
G=32.31%
B=36.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112212520.160.1200.01225.3787.2390.78
HexD3DDFC10C01e1575b
Octal323335374201401341127133
Binary110100111101110111111100100001100011110000110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDFC; }

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

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

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

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

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

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

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

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