#DADDE4

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

Shades of Hawkes Blue #DADDE4

Tints of Hawkes Blue #DADDE4

Color information

#DADDE4 (or 0xDADDE4) is unknown color: approx Hawkes Blue. HEX triplet: DA, DD and E4. RGB value is (218,221,228). Sum of RGB (Red+Green+Blue) = 218+221+228=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 228 - color contains mainly: blue. Hex color #DADDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDE4 is #25221B. Grayscale: #DCDCDC. Windows color (decimal): -2433564 or 14999002. OLE color: 14999002.

HSL color Cylindrical-coordinate representation of color #DADDE4: hue angle of 222º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADDE4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218221228-
CMYK0.040.0300.11
HSL222º15.62%87.45%-
HSV(B)222º4.39%89.41%-
XYZ68.7772.2283.71-
YUV220.9132.01125.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=32.68%
G=33.13%
B=34.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182212280.040.0300.1122215.6287.45
HexDADDE4430Bde1057
Octal3323353444301333620127
Binary110110101101110111100100100110101111011110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDE4; }

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

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

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

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

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

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

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

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