#DADEE5

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

Shades of Hawkes Blue #DADEE5

Tints of Hawkes Blue #DADEE5

Color information

#DADEE5 (or 0xDADEE5) is unknown color: approx Hawkes Blue. HEX triplet: DA, DE and E5. RGB value is (218,222,229). Sum of RGB (Red+Green+Blue) = 218+222+229=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEE5 is #25211A. Grayscale: #DDDDDD. Windows color (decimal): -2433307 or 15064794. OLE color: 15064794.

HSL color Cylindrical-coordinate representation of color #DADEE5: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADEE5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218222229-
CMYK0.050.0300.10
HSL218.18º17.46%87.65%-
HSV(B)218.18º4.8%89.8%-
XYZ69.1872.8184.54-
YUV221.6132.17125.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=32.59%
G=33.18%
B=34.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182222290.050.0300.10218.1817.4687.65
HexDADEE5530Ada1158
Octal3323363455301233221130
Binary110110101101111011100101101110101011011010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEE5; }

 p { color: rgb(218,222,229); }

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

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

 a { background-color: rgb(218,222,229); }

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

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

 span { border-color: rgb(218,222,229); }

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