#DADFE5

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

Shades of Hawkes Blue #DADFE5

Tints of Hawkes Blue #DADFE5

Color information

#DADFE5 (or 0xDADFE5) is unknown color: approx Hawkes Blue. HEX triplet: DA, DF and E5. RGB value is (218,223,229). Sum of RGB (Red+Green+Blue) = 218+223+229=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFE5 is #25201A. Grayscale: #DEDEDE. Windows color (decimal): -2433051 or 15065050. OLE color: 15065050.

HSL color Cylindrical-coordinate representation of color #DADFE5: hue angle of 212.73º 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 #DADFE5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218223229-
CMYK0.050.0300.10
HSL212.73º17.46%87.65%-
HSV(B)212.73º4.8%89.8%-
XYZ69.4473.3484.62-
YUV222.19131.84125.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=32.54%
G=33.28%
B=34.18%

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
Decimal2182232290.050.0300.10212.7317.4687.65
HexDADFE5530Ad51158
Octal3323373455301232521130
Binary110110101101111111100101101110101011010101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFE5; }

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

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

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

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

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

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

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

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