Html Css Color HEX #D6D7DD Hawkes Blue

📋 copy color: '#D6D7DD'

red 214 ◦ green 215 ◦ blue 221

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

Shades of Hawkes Blue #D6D7DD

Tints of Hawkes Blue #D6D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.08%

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

R = 32.92%
G = 33.08%
B = 34%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6D7DD (or 0xD6D7DD) is known color: Hawkes Blue. HEX triplet: D6, D7 and DD. RGB value is (214,215,221). Sum of RGB (Red+Green+Blue) = 214+215+221=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7DD is #292822. Grayscale: #D7D7D7. Windows color (decimal): -2697251 or 14538710. OLE color: 14538710.

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

Color convert

RGB 214 215 221 -
CMYK 0.03 0.03 0 0.13
HSL 231.43º 0.09% 0.85% -
HSV(B) 231.43º 0.03% 0.87% -
XYZ 65.08 68.12 78.12 -
YUV 215.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 214 215 221 0.03 0.03 0 0.13 231.43 0.09 0.85
Hex D6 D7 DD 3 3 0 D E7 9 55
Octal 326 327 335 3 3 0 15 347 11 125
Binary 11010110 11010111 11011101 11 11 0 1101 11100111 1001 1010101

Color Harmonies of #D6D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D7DD

Black with #D6D7DD

Text Example


Text Example

White with #D6D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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