#D5DAEA

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

Shades of Hawkes Blue #D5DAEA

Tints of Hawkes Blue #D5DAEA

Color information

#D5DAEA (or 0xD5DAEA) is unknown color: approx Hawkes Blue. HEX triplet: D5, DA and EA. RGB value is (213,218,234). Sum of RGB (Red+Green+Blue) = 213+218+234=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAEA is #2A2515. Grayscale: #DADADA. Windows color (decimal): -2762006 or 15391445. OLE color: 15391445.

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

Color convert

RGB213218234-
CMYK0.090.0700.08
HSL225.71º33.33%87.65%-
HSV(B)225.71º8.97%91.76%-
XYZ67.3670.2387.85-
YUV218.33136.84124.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=32.03%
G=32.78%
B=35.19%

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
Decimal2132182340.090.0700.08225.7133.3387.65
HexD5DAEA9708e22158
Octal32533235211701034241130
Binary110101011101101011101010100111101000111000101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAEA; }

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

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

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

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

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

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

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

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