#DADBE1

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

Shades of Hawkes Blue #DADBE1

Tints of Hawkes Blue #DADBE1

Color information

#DADBE1 (or 0xDADBE1) is unknown color: approx Hawkes Blue. HEX triplet: DA, DB and E1. RGB value is (218,219,225). Sum of RGB (Red+Green+Blue) = 218+219+225=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBE1 is #25241E. Grayscale: #DBDBDB. Windows color (decimal): -2434079 or 14801882. OLE color: 14801882.

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

Color convert

RGB218219225-
CMYK0.030.0300.12
HSL231.43º10.45%86.86%-
HSV(B)231.43º3.11%88.24%-
XYZ67.847181.36-
YUV219.39131.17127.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=32.93%
G=33.08%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182192250.030.0300.12231.4310.4586.86
HexDADBE1330Ce7a57
Octal3323333413301434712127
Binary1101101011011011111000011111011001110011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBE1; }

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

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

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

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

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

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

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

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