Html Css Color HEX #D8DADF Hawkes Blue

📋 copy color: '#D8DADF'

red 216 ◦ green 218 ◦ blue 223

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

Shades of Hawkes Blue #D8DADF

Tints of Hawkes Blue #D8DADF

RGB

 RED value IS 216 (84.77% from 255) = 32.88%

 GREEN value IS 218 (85.55% from 255) = 33.18%

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

R = 32.88%
G = 33.18%
B = 33.94%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8DADF (or 0xD8DADF) is known color: Hawkes Blue. HEX triplet: D8, DA and DF. RGB value is (216,218,223). Sum of RGB (Red+Green+Blue) = 216+218+223=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADF is #272520. Grayscale: #D9D9D9. Windows color (decimal): -2565409 or 14670552. OLE color: 14670552.

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

Color convert

RGB 216 218 223 -
CMYK 0.03 0.02 0 0.13
HSL 222.86º 0.1% 0.86% -
HSV(B) 222.86º 0.03% 0.87% -
XYZ 66.71 70.07 79.82 -
YUV 217.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 216 218 223 0.03 0.02 0 0.13 222.86 0.1 0.86
Hex D8 DA DF 3 2 0 D DF A 56
Octal 330 332 337 3 2 0 15 337 12 126
Binary 11011000 11011010 11011111 11 10 0 1101 11011111 1010 1010110

Color Harmonies of #D8DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DADF

Black with #D8DADF

Text Example


Text Example

White with #D8DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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