#DADCE5

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

Shades of Hawkes Blue #DADCE5

Tints of Hawkes Blue #DADCE5

Color information

#DADCE5 (or 0xDADCE5) is unknown color: approx Hawkes Blue. HEX triplet: DA, DC and E5. RGB value is (218,220,229). Sum of RGB (Red+Green+Blue) = 218+220+229=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCE5 is #25231A. Grayscale: #DCDCDC. Windows color (decimal): -2433819 or 15064282. OLE color: 15064282.

HSL color Cylindrical-coordinate representation of color #DADCE5: hue angle of 229.09º degrees, saturation: 0.17, 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 #DADCE5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218220229-
CMYK0.050.0400.10
HSL229.09º17.46%87.65%-
HSV(B)229.09º4.8%89.8%-
XYZ68.6571.7584.36-
YUV220.43132.84126.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 229 (89.84% from 255) = 34.33%
R=32.68%
G=32.98%
B=34.33%

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
Decimal2182202290.050.0400.10229.0917.4687.65
HexDADCE5540Ae51158
Octal3323343455401234521130
Binary1101101011011100111001011011000101011100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCE5; }

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

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

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

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

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

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

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

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