#D4DAEA

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

Shades of Hawkes Blue #D4DAEA

Tints of Hawkes Blue #D4DAEA

Color information

#D4DAEA (or 0xD4DAEA) is unknown color: approx Hawkes Blue. HEX triplet: D4, DA and EA. RGB value is (212,218,234). Sum of RGB (Red+Green+Blue) = 212+218+234=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAEA is #2B2515. Grayscale: #D9D9D9. Windows color (decimal): -2827542 or 15391444. OLE color: 15391444.

HSL color Cylindrical-coordinate representation of color #D4DAEA: hue angle of 223.64º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DAEA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212218234-
CMYK0.090.0700.08
HSL223.64º34.37%87.45%-
HSV(B)223.64º9.4%91.76%-
XYZ67.0770.0887.83-
YUV218.03137.01123.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.93%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=31.93%
G=32.83%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122182340.090.0700.08223.6434.3787.45
HexD4DAEA9708e02257
Octal32433235211701034042127
Binary110101001101101011101010100111101000111000001000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAEA; }

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

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

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

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

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

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

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

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