#D4DAF0

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

Shades of Hawkes Blue #D4DAF0

Tints of Hawkes Blue #D4DAF0

Color information

#D4DAF0 (or 0xD4DAF0) is unknown color: approx Hawkes Blue. HEX triplet: D4, DA and F0. RGB value is (212,218,240). Sum of RGB (Red+Green+Blue) = 212+218+240=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAF0 is #2B250F. Grayscale: #DADADA. Windows color (decimal): -2827536 or 15784660. OLE color: 15784660.

HSL color Cylindrical-coordinate representation of color #D4DAF0: hue angle of 227.14º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4DAF0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212218240-
CMYK0.120.0900.06
HSL227.14º48.28%88.63%-
HSV(B)227.14º11.67%94.12%-
XYZ67.9570.4392.45-
YUV218.71140.01123.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.64%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=31.64%
G=32.54%
B=35.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122182400.120.0900.06227.1448.2888.63
HexD4DAF0C906e33059
Octal32433236014110634360131
Binary110101001101101011110000110010010110111000111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAF0; }

 p { color: rgb(212,218,240); }

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

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

 a { background-color: rgb(212,218,240); }

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

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

 span { border-color: rgb(212,218,240); }

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