#DADDE7

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

Shades of Hawkes Blue #DADDE7

Tints of Hawkes Blue #DADDE7

Color information

#DADDE7 (or 0xDADDE7) is unknown color: approx Hawkes Blue. HEX triplet: DA, DD and E7. RGB value is (218,221,231). Sum of RGB (Red+Green+Blue) = 218+221+231=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 231 - color contains mainly: blue. Hex color #DADDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDE7 is #252218. Grayscale: #DDDDDD. Windows color (decimal): -2433561 or 15195610. OLE color: 15195610.

HSL color Cylindrical-coordinate representation of color #DADDE7: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADDE7 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218221231-
CMYK0.060.0400.09
HSL226.15º21.31%88.04%-
HSV(B)226.15º5.63%90.59%-
XYZ69.1972.3985.93-
YUV221.24133.51125.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 231 (90.62% from 255) = 34.48%
R=32.54%
G=32.99%
B=34.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182212310.060.0400.09226.1521.3188.04
HexDADDE76409e21558
Octal3323353476401134225130
Binary1101101011011101111001111101000100111100010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDE7; }

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

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

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

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

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

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

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

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