#D4DAED

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

Shades of Hawkes Blue #D4DAED

Tints of Hawkes Blue #D4DAED

Color information

#D4DAED (or 0xD4DAED) is unknown color: approx Hawkes Blue. HEX triplet: D4, DA and ED. RGB value is (212,218,237). Sum of RGB (Red+Green+Blue) = 212+218+237=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAED is #2B2512. Grayscale: #DADADA. Windows color (decimal): -2827539 or 15588052. OLE color: 15588052.

HSL color Cylindrical-coordinate representation of color #D4DAED: hue angle of 225.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DAED is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212218237-
CMYK0.110.0800.07
HSL225.6º40.98%88.04%-
HSV(B)225.6º10.55%92.94%-
XYZ67.5170.2590.12-
YUV218.37138.51123.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.78%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=31.78%
G=32.68%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122182370.110.0800.07225.640.9888.04
HexD4DAEDB807e22958
Octal32433235513100734251130
Binary110101001101101011101101101110000111111000101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAED; }

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

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

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

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

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

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

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

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