#DADFEA

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

Shades of Hawkes Blue #DADFEA

Tints of Hawkes Blue #DADFEA

Color information

#DADFEA (or 0xDADFEA) is unknown color: approx Hawkes Blue. HEX triplet: DA, DF and EA. RGB value is (218,223,234). Sum of RGB (Red+Green+Blue) = 218+223+234=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #DADFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFEA is #252015. Grayscale: #DEDEDE. Windows color (decimal): -2433046 or 15392730. OLE color: 15392730.

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

Color convert

RGB218223234-
CMYK0.070.0500.08
HSL221.25º27.59%88.63%-
HSV(B)221.25º6.84%91.76%-
XYZ70.1573.6288.35-
YUV222.76134.34124.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=32.30%
G=33.04%
B=34.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182232340.070.0500.08221.2527.5988.63
HexDADFEA7508dd1c59
Octal3323373527501033534131
Binary1101101011011111111010101111010100011011101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFEA; }

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

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

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

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

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

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

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

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