#D2DAFA

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

Shades of Hawkes Blue #D2DAFA

Tints of Hawkes Blue #D2DAFA

Color information

#D2DAFA (or 0xD2DAFA) is unknown color: approx Hawkes Blue. HEX triplet: D2, DA and FA. RGB value is (210,218,250). Sum of RGB (Red+Green+Blue) = 210+218+250=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAFA is #2D2505. Grayscale: #DBDBDB. Windows color (decimal): -2958598 or 16440018. OLE color: 16440018.

HSL color Cylindrical-coordinate representation of color #D2DAFA: hue angle of 228º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DAFA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210218250-
CMYK0.160.1300.02
HSL228º80%90.2%-
HSV(B)228º16%98.04%-
XYZ68.9170.75100.47-
YUV219.26145.35121.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.97%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=30.97%
G=32.15%
B=36.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102182500.160.1300.022288090.2
HexD2DAFA10D02e4505a
Octal322332372201502344120132
Binary1101001011011010111110101000011010101110010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAFA; }

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

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

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

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

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

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

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

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