#D0D6EC

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

Shades of Hawkes Blue #D0D6EC

Tints of Hawkes Blue #D0D6EC

Color information

#D0D6EC (or 0xD0D6EC) is unknown color: approx Hawkes Blue. HEX triplet: D0, D6 and EC. RGB value is (208,214,236). Sum of RGB (Red+Green+Blue) = 208+214+236=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0D6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D6EC is #2F2913. Grayscale: #D6D6D6. Windows color (decimal): -3090708 or 15521488. OLE color: 15521488.

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

Color convert

RGB208214236-
CMYK0.120.0900.07
HSL227.14º42.42%87.06%-
HSV(B)227.14º11.86%92.55%-
XYZ65.267.5688.96-
YUV214.71140.01123.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.61%
GREEN value IS 214 (83.98% from 255) = 32.52%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=31.61%
G=32.52%
B=35.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082142360.120.0900.07227.1442.4287.06
HexD0D6ECC907e32a57
Octal32032635414110734352127
Binary110100001101011011101100110010010111111000111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6EC; }

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

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

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

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

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

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

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

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