#DADBDC

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

Shades of Hawkes Blue #DADBDC

Tints of Hawkes Blue #DADBDC

Color information

#DADBDC (or 0xDADBDC) is unknown color: approx Hawkes Blue. HEX triplet: DA, DB and DC. RGB value is (218,219,220). Sum of RGB (Red+Green+Blue) = 218+219+220=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 220 - color contains mainly: blue. Hex color #DADBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBDC is #252423. Grayscale: #DADADA. Windows color (decimal): -2434084 or 14474202. OLE color: 14474202.

HSL color Cylindrical-coordinate representation of color #DADBDC: hue angle of 210º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADBDC is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218219220-
CMYK0.010.0000.14
HSL210º2.78%85.88%-
HSV(B)210º0.91%86.27%-
XYZ67.1670.7477.82-
YUV218.82128.67127.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=33.18%
G=33.33%
B=33.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182192200.010.0000.142102.7885.88
HexDADBDC100Ed2356
Octal332333334100163223126
Binary110110101101101111011100100111011010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADBDC; }

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

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

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

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

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

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

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

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