#DADEED

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

Shades of Hawkes Blue #DADEED

Tints of Hawkes Blue #DADEED

Color information

#DADEED (or 0xDADEED) is unknown color: approx Hawkes Blue. HEX triplet: DA, DE and ED. RGB value is (218,222,237). Sum of RGB (Red+Green+Blue) = 218+222+237=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #DADEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEED is #252112. Grayscale: #DEDEDE. Windows color (decimal): -2433299 or 15589082. OLE color: 15589082.

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

Color convert

RGB218222237-
CMYK0.080.0600.07
HSL227.37º34.55%89.22%-
HSV(B)227.37º8.02%92.94%-
XYZ70.3273.2690.56-
YUV222.51136.17124.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=32.20%
G=32.79%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182222370.080.0600.07227.3734.5589.22
HexDADEED8607e32359
Octal3323363551060734343131
Binary11011010110111101110110110001100111111000111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEED; }

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

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

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

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

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

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

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

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