#D2D7E6

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

Shades of Hawkes Blue #D2D7E6

Tints of Hawkes Blue #D2D7E6

Color information

#D2D7E6 (or 0xD2D7E6) is unknown color: approx Hawkes Blue. HEX triplet: D2, D7 and E6. RGB value is (210,215,230). Sum of RGB (Red+Green+Blue) = 210+215+230=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2D7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D7E6 is #2D2819. Grayscale: #D7D7D7. Windows color (decimal): -2959386 or 15128530. OLE color: 15128530.

HSL color Cylindrical-coordinate representation of color #D2D7E6: hue angle of 225º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2D7E6 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210215230-
CMYK0.090.0700.10
HSL225º28.57%86.27%-
HSV(B)225º8.7%90.2%-
XYZ65.1668.0284.56-
YUV215.22136.34124.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.06%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=32.06%
G=32.82%
B=35.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102152300.090.0700.1022528.5786.27
HexD2D7E6970Ae11d56
Octal32232734611701234135126
Binary11010010110101111110011010011110101011100001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7E6; }

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

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

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

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

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

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

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

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