#D2D7E4

Color #D2D7E4 Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #D2D7E4

Tints of Hawkes Blue #D2D7E4

Color information

#D2D7E4 (or 0xD2D7E4) is unknown color: approx Hawkes Blue. HEX triplet: D2, D7 and E4. RGB value is (210,215,228). Sum of RGB (Red+Green+Blue) = 210+215+228=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #D2D7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7E4 is #2D281B. Grayscale: #D6D6D6. Windows color (decimal): -2959388 or 14997458. OLE color: 14997458.

HSL color Cylindrical-coordinate representation of color #D2D7E4: hue angle of 223.33º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2D7E4 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210215228-
CMYK0.080.0600.11
HSL223.33º25%85.88%-
HSV(B)223.33º7.89%89.41%-
XYZ64.8867.983.09-
YUV214.99135.34124.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=32.16%
G=32.92%
B=34.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102152280.080.0600.11223.332585.88
HexD2D7E4860Bdf1956
Octal32232734410601333731126
Binary11010010110101111110010010001100101111011111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7E4; }

 p { color: rgb(210,215,228); }

 H1.HeaderClassName
 {
   color: #D2D7E4;
 }
 .AnyTagClassName
 {
   color: #D2D7E4;
 }
</style>
background-color css

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

 a { background-color: rgb(210,215,228); }

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

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

 span { border-color: rgb(210,215,228); }

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