Html Css Color HEX #D9DBDD Hawkes Blue

📋 copy color: '#D9DBDD'

red 217 ◦ green 219 ◦ blue 221

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

Shades of Hawkes Blue #D9DBDD

Tints of Hawkes Blue #D9DBDD

RGB

 RED value IS 217 (85.16% from 255) = 33.03%

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

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 33.03%
G = 33.33%
B = 33.64%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9DBDD (or 0xD9DBDD) is known color: Hawkes Blue. HEX triplet: D9, DB and DD. RGB value is (217,219,221). Sum of RGB (Red+Green+Blue) = 217+219+221=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBDD is #262422. Grayscale: #DADADA. Windows color (decimal): -2499619 or 14539737. OLE color: 14539737.

HSL color Cylindrical-coordinate representation of color #D9DBDD: hue angle of 210º degrees, saturation: 0.06, 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 #D9DBDD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 219 221 -
CMYK 0.02 0.01 0 0.13
HSL 210º 0.06% 0.86% -
HSV(B) 210º 0.02% 0.87% -
XYZ 67 70.64 78.51 -
YUV 218.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 217 219 221 0.02 0.01 0 0.13 210 0.06 0.86
Hex D9 DB DD 2 1 0 D D2 6 56
Octal 331 333 335 2 1 0 15 322 6 126
Binary 11011001 11011011 11011101 10 1 0 1101 11010010 110 1010110

Color Harmonies of #D9DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBDD

Black with #D9DBDD

Text Example


Text Example

White with #D9DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBDD; }

 p { color: rgb(217,219,221); }

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

background-color css

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

 a { background-color: rgb(217,219,221); }

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

border-color css

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

 span { border-color: rgb(217,219,221); }

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