#DADFEC

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

Shades of Hawkes Blue #DADFEC

Tints of Hawkes Blue #DADFEC

Color information

#DADFEC (or 0xDADFEC) is unknown color: approx Hawkes Blue. HEX triplet: DA, DF and EC. RGB value is (218,223,236). Sum of RGB (Red+Green+Blue) = 218+223+236=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFEC is #252013. Grayscale: #DEDEDE. Windows color (decimal): -2433044 or 15523802. OLE color: 15523802.

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

Color convert

RGB218223236-
CMYK0.080.0600.07
HSL223.33º32.14%89.02%-
HSV(B)223.33º7.63%92.55%-
XYZ70.4473.7489.88-
YUV222.99135.34124.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=32.20%
G=32.94%
B=34.86%

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
Decimal2182232360.080.0600.07223.3332.1489.02
HexDADFEC8607df2059
Octal3323373541060733740131
Binary11011010110111111110110010001100111110111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFEC; }

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

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

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

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

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

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

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

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