Html Css Color HEX #DADBDF Hawkes Blue

📋 copy color: '#DADBDF'

red 218 ◦ green 219 ◦ blue 223

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

Shades of Hawkes Blue #DADBDF

Tints of Hawkes Blue #DADBDF

RGB

 RED value IS 218 (85.55% from 255) = 33.03%

 GREEN value IS 219 (85.94% from 255) = 33.18%

 BLUE value IS 223 (87.5% from 255) = 33.79%

R = 33.03%
G = 33.18%
B = 33.79%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DADBDF (or 0xDADBDF) is known color: Hawkes Blue. HEX triplet: DA, DB and DF. RGB value is (218,219,223). Sum of RGB (Red+Green+Blue) = 218+219+223=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 223 - color contains mainly: blue. Hex color #DADBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBDF is #252420. Grayscale: #DBDBDB. Windows color (decimal): -2434081 or 14670810. OLE color: 14670810.

HSL color Cylindrical-coordinate representation of color #DADBDF: hue angle of 228º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADBDF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 219 223 -
CMYK 0.02 0.02 0 0.13
HSL 228º 0.07% 0.86% -
HSV(B) 228º 0.02% 0.87% -
XYZ 67.56 70.9 79.94 -
YUV 219.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 218 219 223 0.02 0.02 0 0.13 228 0.07 0.86
Hex DA DB DF 2 2 0 D E4 7 56
Octal 332 333 337 2 2 0 15 344 7 126
Binary 11011010 11011011 11011111 10 10 0 1101 11100100 111 1010110

Color Harmonies of #DADBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADBDF

Black with #DADBDF

Text Example


Text Example

White with #DADBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADBDF; }

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

 H1.HeaderClassName
 {
   color: #DADBDF;
 }
 .AnyTagClassName
 {
   color: #DADBDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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