#DADEEB

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

Shades of Hawkes Blue #DADEEB

Tints of Hawkes Blue #DADEEB

Color information

#DADEEB (or 0xDADEEB) is unknown color: approx Hawkes Blue. HEX triplet: DA, DE and EB. RGB value is (218,222,235). Sum of RGB (Red+Green+Blue) = 218+222+235=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DADEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEEB is #252114. Grayscale: #DEDEDE. Windows color (decimal): -2433301 or 15458010. OLE color: 15458010.

HSL color Cylindrical-coordinate representation of color #DADEEB: hue angle of 225.88º degrees, saturation: 0.3, 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 #DADEEB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218222235-
CMYK0.070.0600.08
HSL225.88º29.82%88.82%-
HSV(B)225.88º7.23%92.16%-
XYZ70.0373.1589.02-
YUV222.29135.17124.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=32.30%
G=32.89%
B=34.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182222350.070.0600.08225.8829.8288.82
HexDADEEB7608e21e59
Octal3323363537601034236131
Binary1101101011011110111010111111100100011100010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEEB; }

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

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

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

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

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

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

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

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