#DADBE2

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

Shades of Hawkes Blue #DADBE2

Tints of Hawkes Blue #DADBE2

Color information

#DADBE2 (or 0xDADBE2) is unknown color: approx Hawkes Blue. HEX triplet: DA, DB and E2. RGB value is (218,219,226). Sum of RGB (Red+Green+Blue) = 218+219+226=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 226 - color contains mainly: blue. Hex color #DADBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBE2 is #25241D. Grayscale: #DBDBDB. Windows color (decimal): -2434078 or 14867418. OLE color: 14867418.

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

Color convert

RGB218219226-
CMYK0.040.0300.11
HSL232.5º12.12%87.06%-
HSV(B)232.5º3.54%88.63%-
XYZ67.9771.0682.08-
YUV219.5131.67126.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 219 (85.94% from 255) = 33.03%
BLUE value IS 226 (88.67% from 255) = 34.09%
R=32.88%
G=33.03%
B=34.09%

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
Decimal2182192260.040.0300.11232.512.1287.06
HexDADBE2430Be8c57
Octal3323333424301335014127
Binary11011010110110111110001010011010111110100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBE2; }

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

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

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

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

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

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

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

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