#D2DDFC

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

Shades of Hawkes Blue #D2DDFC

Tints of Hawkes Blue #D2DDFC

Color information

#D2DDFC (or 0xD2DDFC) is unknown color: approx Hawkes Blue. HEX triplet: D2, DD and FC. RGB value is (210,221,252). Sum of RGB (Red+Green+Blue) = 210+221+252=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFC is #2D2203. Grayscale: #DDDDDD. Windows color (decimal): -2957828 or 16571858. OLE color: 16571858.

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

Color convert

RGB210221252-
CMYK0.170.1200.01
HSL224.29º87.5%90.59%-
HSV(B)224.29º16.67%98.82%-
XYZ70.0172.44102.39-
YUV221.24145.36119.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.75%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=30.75%
G=32.36%
B=36.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102212520.170.1200.01224.2987.590.59
HexD2DDFC11C01e0585b
Octal322335374211401340130133
Binary110100101101110111111100100011100011110000010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDFC; }

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

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

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

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

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

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

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

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