Html Css Color HEX #DADBDC Hawkes Blue

📋 copy color: '#DADBDC'

red 218 ◦ green 219 ◦ blue 220

#DADBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #DADBDC

Tints of Hawkes Blue #DADBDC

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 value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DADBDC (or 0xDADBDC) is known color: 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

RGB 218 219 220 -
CMYK 0.01 0.00 0 0.14
HSL 210º 0.03% 0.86% -
HSV(B) 210º 0.01% 0.86% -
XYZ 67.16 70.74 77.82 -
YUV 218.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 218 219 220 0.01 0.00 0 0.14 210 0.03 0.86
Hex DA DB DC 1 0 0 E D2 3 56
Octal 332 333 334 1 0 0 16 322 3 126
Binary 11011010 11011011 11011100 1 0 0 1110 11010010 11 1010110

Color Harmonies of #DADBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBDC

Black with #DADBDC

Text Example


Text Example

White with #DADBDC

Text Example


Text Example

HTML Codes & Css Web 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>