#D2DAFE

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

Shades of Hawkes Blue #D2DAFE

Tints of Hawkes Blue #D2DAFE

Color information

#D2DAFE (or 0xD2DAFE) is unknown color: approx Hawkes Blue. HEX triplet: D2, DA and FE. RGB value is (210,218,254). Sum of RGB (Red+Green+Blue) = 210+218+254=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAFE is #2D2501. Grayscale: #DBDBDB. Windows color (decimal): -2958594 or 16702162. OLE color: 16702162.

HSL color Cylindrical-coordinate representation of color #D2DAFE: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DAFE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210218254-
CMYK0.170.1400.00
HSL229.09º95.65%90.98%-
HSV(B)229.09º17.32%99.61%-
XYZ69.5471103.81-
YUV219.71147.35121.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=30.79%
G=31.96%
B=37.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102182540.170.1400.00229.0995.6590.98
HexD2DAFE11E00e5605b
Octal322332376211600345140133
Binary110100101101101011111110100011110001110010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAFE; }

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

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

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

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

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

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

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

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