#DADDE1

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

Shades of Hawkes Blue #DADDE1

Tints of Hawkes Blue #DADDE1

Color information

#DADDE1 (or 0xDADDE1) is unknown color: approx Hawkes Blue. HEX triplet: DA, DD and E1. RGB value is (218,221,225). Sum of RGB (Red+Green+Blue) = 218+221+225=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDE1 is #25221E. Grayscale: #DCDCDC. Windows color (decimal): -2433567 or 14802394. OLE color: 14802394.

HSL color Cylindrical-coordinate representation of color #DADDE1: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADDE1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218221225-
CMYK0.030.0200.12
HSL214.29º10.45%86.86%-
HSV(B)214.29º3.11%88.24%-
XYZ68.3672.0581.54-
YUV220.56130.51126.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.83%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=32.83%
G=33.28%
B=33.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182212250.030.0200.12214.2910.4586.86
HexDADDE1320Cd6a57
Octal3323353413201432612127
Binary1101101011011101111000011110011001101011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDE1; }

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

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

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

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

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

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

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

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