Html Css Color HEX #D6D9DD Hawkes Blue

📋 copy color: '#D6D9DD'

red 214 ◦ green 217 ◦ blue 221

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

Shades of Hawkes Blue #D6D9DD

Tints of Hawkes Blue #D6D9DD

RGB

 RED value IS 214 (83.98% from 255) = 32.82%

 GREEN value IS 217 (85.16% from 255) = 33.28%

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

R = 32.82%
G = 33.28%
B = 33.9%

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

#D6D9DD (or 0xD6D9DD) is known color: Hawkes Blue. HEX triplet: D6, D9 and DD. RGB value is (214,217,221). Sum of RGB (Red+Green+Blue) = 214+217+221=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9DD is #292622. Grayscale: #D8D8D8. Windows color (decimal): -2696739 or 14539222. OLE color: 14539222.

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

Color convert

RGB 214 217 221 -
CMYK 0.03 0.02 0 0.13
HSL 214.29º 0.09% 0.85% -
HSV(B) 214.29º 0.03% 0.87% -
XYZ 65.6 69.14 78.3 -
YUV 216.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 214 217 221 0.03 0.02 0 0.13 214.29 0.09 0.85
Hex D6 D9 DD 3 2 0 D D6 9 55
Octal 326 331 335 3 2 0 15 326 11 125
Binary 11010110 11011001 11011101 11 10 0 1101 11010110 1001 1010101

Color Harmonies of #D6D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D9DD

Black with #D6D9DD

Text Example


Text Example

White with #D6D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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