#D6DCF3

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

Shades of Hawkes Blue #D6DCF3

Tints of Hawkes Blue #D6DCF3

Color information

#D6DCF3 (or 0xD6DCF3) is unknown color: approx Hawkes Blue. HEX triplet: D6, DC and F3. RGB value is (214,220,243). Sum of RGB (Red+Green+Blue) = 214+220+243=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF3 is #29230C. Grayscale: #DCDCDC. Windows color (decimal): -2695949 or 15981782. OLE color: 15981782.

HSL color Cylindrical-coordinate representation of color #D6DCF3: hue angle of 227.59º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DCF3 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214220243-
CMYK0.120.0900.05
HSL227.59º54.72%89.61%-
HSV(B)227.59º11.93%95.29%-
XYZ69.571.9595.02-
YUV220.83140.51123.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.61%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 243 (95.31% from 255) = 35.89%
R=31.61%
G=32.50%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142202430.120.0900.05227.5954.7289.61
HexD6DCF3C905e4375a
Octal32633436314110534467132
Binary110101101101110011110011110010010101111001001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCF3; }

 p { color: rgb(214,220,243); }

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

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

 a { background-color: rgb(214,220,243); }

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

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

 span { border-color: rgb(214,220,243); }

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