#DADCE6

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

Shades of Hawkes Blue #DADCE6

Tints of Hawkes Blue #DADCE6

Color information

#DADCE6 (or 0xDADCE6) is unknown color: approx Hawkes Blue. HEX triplet: DA, DC and E6. RGB value is (218,220,230). Sum of RGB (Red+Green+Blue) = 218+220+230=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: blue. Hex color #DADCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCE6 is #252319. Grayscale: #DCDCDC. Windows color (decimal): -2433818 or 15129818. OLE color: 15129818.

HSL color Cylindrical-coordinate representation of color #DADCE6: hue angle of 230º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADCE6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218220230-
CMYK0.050.0400.10
HSL230º19.35%87.84%-
HSV(B)230º5.22%90.2%-
XYZ68.7971.8185.1-
YUV220.54133.34126.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 230 (90.23% from 255) = 34.43%
R=32.63%
G=32.93%
B=34.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182202300.050.0400.1023019.3587.84
HexDADCE6540Ae61358
Octal3323343465401234623130
Binary1101101011011100111001101011000101011100110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCE6; }

 p { color: rgb(218,220,230); }

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

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

 a { background-color: rgb(218,220,230); }

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

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

 span { border-color: rgb(218,220,230); }

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