#DADDE5

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

Shades of Hawkes Blue #DADDE5

Tints of Hawkes Blue #DADDE5

Color information

#DADDE5 (or 0xDADDE5) is unknown color: approx Hawkes Blue. HEX triplet: DA, DD and E5. RGB value is (218,221,229). Sum of RGB (Red+Green+Blue) = 218+221+229=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 229 - color contains mainly: blue. Hex color #DADDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDE5 is #25221A. Grayscale: #DCDCDC. Windows color (decimal): -2433563 or 15064538. OLE color: 15064538.

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

Color convert

RGB218221229-
CMYK0.050.0300.10
HSL223.64º17.46%87.65%-
HSV(B)223.64º4.8%89.8%-
XYZ68.9172.2884.45-
YUV221.02132.51125.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 229 (89.84% from 255) = 34.28%
R=32.63%
G=33.08%
B=34.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182212290.050.0300.10223.6417.4687.65
HexDADDE5530Ae01158
Octal3323353455301234021130
Binary110110101101110111100101101110101011100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDE5; }

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

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

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

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

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

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

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

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