Html Css Color HEX #D6DCE7 Hawkes Blue

📋 copy color: '#D6DCE7'

red 214 ◦ green 220 ◦ blue 231

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

Shades of Hawkes Blue #D6DCE7

Tints of Hawkes Blue #D6DCE7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.08%

 BLUE value IS 231 (90.63% from 255) = 34.74%

R = 32.18%
G = 33.08%
B = 34.74%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D6DCE7 (or 0xD6DCE7) is known color: Hawkes Blue. HEX triplet: D6, DC and E7. RGB value is (214,220,231). Sum of RGB (Red+Green+Blue) = 214+220+231=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6DCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCE7 is #292318. Grayscale: #DBDBDB. Windows color (decimal): -2695961 or 15195350. OLE color: 15195350.

HSL color Cylindrical-coordinate representation of color #D6DCE7: hue angle of 218.82º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6DCE7 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 220 231 -
CMYK 0.07 0.05 0 0.09
HSL 218.82º 0.26% 0.87% -
HSV(B) 218.82º 0.07% 0.91% -
XYZ 67.75 71.25 85.78 -
YUV 219.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 214 220 231 0.07 0.05 0 0.09 218.82 0.26 0.87
Hex D6 DC E7 7 5 0 9 DB 1A 57
Octal 326 334 347 7 5 0 11 333 32 127
Binary 11010110 11011100 11100111 111 101 0 1001 11011011 11010 1010111

Color Harmonies of #D6DCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCE7

Black with #D6DCE7

Text Example


Text Example

White with #D6DCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCE7; }

 p { color: rgb(214,220,231); }

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

background-color css

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

 a { background-color: rgb(214,220,231); }

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

border-color css

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

 span { border-color: rgb(214,220,231); }

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