#D2DAFC

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

Shades of Hawkes Blue #D2DAFC

Tints of Hawkes Blue #D2DAFC

Color information

#D2DAFC (or 0xD2DAFC) is unknown color: approx Hawkes Blue. HEX triplet: D2, DA and FC. RGB value is (210,218,252). Sum of RGB (Red+Green+Blue) = 210+218+252=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAFC is #2D2503. Grayscale: #DBDBDB. Windows color (decimal): -2958596 or 16571090. OLE color: 16571090.

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

Color convert

RGB210218252-
CMYK0.170.1300.01
HSL228.57º87.5%90.59%-
HSV(B)228.57º16.67%98.82%-
XYZ69.2270.87102.13-
YUV219.48146.35121.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.88%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=30.88%
G=32.06%
B=37.06%

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
Decimal2102182520.170.1300.01228.5787.590.59
HexD2DAFC11D01e5585b
Octal322332374211501345130133
Binary110100101101101011111100100011101011110010110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAFC; }

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

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

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

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

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

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

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

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