#D2D6EC

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

Shades of Hawkes Blue #D2D6EC

Tints of Hawkes Blue #D2D6EC

Color information

#D2D6EC (or 0xD2D6EC) is unknown color: approx Hawkes Blue. HEX triplet: D2, D6 and EC. RGB value is (210,214,236). Sum of RGB (Red+Green+Blue) = 210+214+236=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D6EC is #2D2913. Grayscale: #D7D7D7. Windows color (decimal): -2959636 or 15521490. OLE color: 15521490.

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

Color convert

RGB210214236-
CMYK0.110.0900.07
HSL230.77º40.62%87.45%-
HSV(B)230.77º11.02%92.55%-
XYZ65.7767.8588.99-
YUV215.31139.67124.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 214 (83.98% from 255) = 32.42%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=31.82%
G=32.42%
B=35.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102142360.110.0900.07230.7740.6287.45
HexD2D6ECB907e72957
Octal32232635413110734751127
Binary110100101101011011101100101110010111111001111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6EC; }

 p { color: rgb(210,214,236); }

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

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

 a { background-color: rgb(210,214,236); }

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

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

 span { border-color: rgb(210,214,236); }

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