Html Css Color HEX #D7DADE Hawkes Blue

📋 copy color: '#D7DADE'

red 215 ◦ green 218 ◦ blue 222

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

Shades of Hawkes Blue #D7DADE

Tints of Hawkes Blue #D7DADE

RGB

 RED value IS 215 (84.38% from 255) = 32.82%

 GREEN value IS 218 (85.55% from 255) = 33.28%

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

R = 32.82%
G = 33.28%
B = 33.89%

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

#D7DADE (or 0xD7DADE) is known color: Hawkes Blue. HEX triplet: D7, DA and DE. RGB value is (215,218,222). Sum of RGB (Red+Green+Blue) = 215+218+222=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DADE is #282521. Grayscale: #D9D9D9. Windows color (decimal): -2630946 or 14605015. OLE color: 14605015.

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

Color convert

RGB 215 218 222 -
CMYK 0.03 0.02 0 0.13
HSL 214.29º 0.1% 0.86% -
HSV(B) 214.29º 0.03% 0.87% -
XYZ 66.28 69.86 79.1 -
YUV 217.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 215 218 222 0.03 0.02 0 0.13 214.29 0.1 0.86
Hex D7 DA DE 3 2 0 D D6 A 56
Octal 327 332 336 3 2 0 15 326 12 126
Binary 11010111 11011010 11011110 11 10 0 1101 11010110 1010 1010110

Color Harmonies of #D7DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DADE

Black with #D7DADE

Text Example


Text Example

White with #D7DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DADE; }

 p { color: rgb(215,218,222); }

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

background-color css

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

 a { background-color: rgb(215,218,222); }

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

border-color css

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

 span { border-color: rgb(215,218,222); }

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