#D6DCF5

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

Shades of Hawkes Blue #D6DCF5

Tints of Hawkes Blue #D6DCF5

Color information

#D6DCF5 (or 0xD6DCF5) is unknown color: approx Hawkes Blue. HEX triplet: D6, DC and F5. RGB value is (214,220,245). Sum of RGB (Red+Green+Blue) = 214+220+245=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 245 - color contains mainly: blue. Hex color #D6DCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCF5 is #29230A. Grayscale: #DCDCDC. Windows color (decimal): -2695947 or 16112854. OLE color: 16112854.

HSL color Cylindrical-coordinate representation of color #D6DCF5: hue angle of 228.39º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6DCF5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214220245-
CMYK0.130.1000.04
HSL228.39º60.78%90%-
HSV(B)228.39º12.65%96.08%-
XYZ69.8172.0896.62-
YUV221.06141.51122.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.52%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 245 (96.09% from 255) = 36.08%
R=31.52%
G=32.40%
B=36.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142202450.130.1000.04228.3960.7890
HexD6DCF5DA04e43d5a
Octal32633436515120434475132
Binary110101101101110011110101110110100100111001001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCF5; }

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

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

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

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

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

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

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

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