#DADDEC

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

Shades of Hawkes Blue #DADDEC

Tints of Hawkes Blue #DADDEC

Color information

#DADDEC (or 0xDADDEC) is unknown color: approx Hawkes Blue. HEX triplet: DA, DD and EC. RGB value is (218,221,236). Sum of RGB (Red+Green+Blue) = 218+221+236=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDEC is #252213. Grayscale: #DDDDDD. Windows color (decimal): -2433556 or 15523290. OLE color: 15523290.

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

Color convert

RGB218221236-
CMYK0.080.0600.07
HSL230º32.14%89.02%-
HSV(B)230º7.63%92.55%-
XYZ69.9172.6789.7-
YUV221.81136.01125.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=32.30%
G=32.74%
B=34.96%

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
Decimal2182212360.080.0600.0723032.1489.02
HexDADDEC8607e62059
Octal3323353541060734640131
Binary11011010110111011110110010001100111111001101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDEC; }

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

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

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

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

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

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

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

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