Html Css Color HEX #D9DBDE Hawkes Blue

📋 copy color: '#D9DBDE'

red 217 ◦ green 219 ◦ blue 222

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

Shades of Hawkes Blue #D9DBDE

Tints of Hawkes Blue #D9DBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 32.98%
G = 33.28%
B = 33.74%

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

#D9DBDE (or 0xD9DBDE) is known color: Hawkes Blue. HEX triplet: D9, DB and DE. RGB value is (217,219,222). Sum of RGB (Red+Green+Blue) = 217+219+222=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBDE is #262421. Grayscale: #DADADA. Windows color (decimal): -2499618 or 14605273. OLE color: 14605273.

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

Color convert

RGB 217 219 222 -
CMYK 0.02 0.01 0 0.13
HSL 216º 0.07% 0.86% -
HSV(B) 216º 0.02% 0.87% -
XYZ 67.13 70.69 79.21 -
YUV 218.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 217 219 222 0.02 0.01 0 0.13 216 0.07 0.86
Hex D9 DB DE 2 1 0 D D8 7 56
Octal 331 333 336 2 1 0 15 330 7 126
Binary 11011001 11011011 11011110 10 1 0 1101 11011000 111 1010110

Color Harmonies of #D9DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBDE

Black with #D9DBDE

Text Example


Text Example

White with #D9DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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