#D2DAF3

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

Shades of Hawkes Blue #D2DAF3

Tints of Hawkes Blue #D2DAF3

Color information

#D2DAF3 (or 0xD2DAF3) is unknown color: approx Hawkes Blue. HEX triplet: D2, DA and F3. RGB value is (210,218,243). Sum of RGB (Red+Green+Blue) = 210+218+243=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAF3 is #2D250C. Grayscale: #DADADA. Windows color (decimal): -2958605 or 15981266. OLE color: 15981266.

HSL color Cylindrical-coordinate representation of color #D2DAF3: hue angle of 225.45º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2DAF3 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210218243-
CMYK0.140.1000.05
HSL225.45º57.89%88.82%-
HSV(B)225.45º13.58%95.29%-
XYZ67.8370.3294.79-
YUV218.46141.85121.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.30%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=31.30%
G=32.49%
B=36.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102182430.140.1000.05225.4557.8988.82
HexD2DAF3EA05e13a59
Octal32233236316120534172131
Binary110100101101101011110011111010100101111000011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAF3; }

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

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

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

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

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

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

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

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