#DADBE0

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

Shades of Hawkes Blue #DADBE0

Tints of Hawkes Blue #DADBE0

Color information

#DADBE0 (or 0xDADBE0) is unknown color: approx Hawkes Blue. HEX triplet: DA, DB and E0. RGB value is (218,219,224). Sum of RGB (Red+Green+Blue) = 218+219+224=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBE0 is #25241F. Grayscale: #DBDBDB. Windows color (decimal): -2434080 or 14736346. OLE color: 14736346.

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

Color convert

RGB218219224-
CMYK0.030.0200.12
HSL230º8.82%86.67%-
HSV(B)230º2.68%87.84%-
XYZ67.770.9580.65-
YUV219.27130.67127.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=32.98%
G=33.13%
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
Decimal2182192240.030.0200.122308.8286.67
HexDADBE0320Ce6957
Octal3323333403201434611127
Binary1101101011011011111000001110011001110011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBE0; }

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

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

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

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

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

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

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

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