Html Css Color HEX #D7DAE1 Hawkes Blue

📋 copy color: '#D7DAE1'

red 215 ◦ green 218 ◦ blue 225

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

Shades of Hawkes Blue #D7DAE1

Tints of Hawkes Blue #D7DAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.19%

R = 32.67%
G = 33.13%
B = 34.19%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D7DAE1 (or 0xD7DAE1) is known color: Hawkes Blue. HEX triplet: D7, DA and E1. RGB value is (215,218,225). Sum of RGB (Red+Green+Blue) = 215+218+225=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7DAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAE1 is #28251E. Grayscale: #D9D9D9. Windows color (decimal): -2630943 or 14801623. OLE color: 14801623.

HSL color Cylindrical-coordinate representation of color #D7DAE1: hue angle of 222º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DAE1 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 218 225 -
CMYK 0.04 0.03 0 0.12
HSL 222º 0.14% 0.86% -
HSV(B) 222º 0.04% 0.88% -
XYZ 66.69 70.03 81.24 -
YUV 217.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 215 218 225 0.04 0.03 0 0.12 222 0.14 0.86
Hex D7 DA E1 4 3 0 C DE E 56
Octal 327 332 341 4 3 0 14 336 16 126
Binary 11010111 11011010 11100001 100 11 0 1100 11011110 1110 1010110

Color Harmonies of #D7DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAE1

Black with #D7DAE1

Text Example


Text Example

White with #D7DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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