#D6DFFA

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

Shades of Hawkes Blue #D6DFFA

Tints of Hawkes Blue #D6DFFA

Color information

#D6DFFA (or 0xD6DFFA) is unknown color: approx Hawkes Blue. HEX triplet: D6, DF and FA. RGB value is (214,223,250). Sum of RGB (Red+Green+Blue) = 214+223+250=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DFFA is #292005. Grayscale: #DFDFDF. Windows color (decimal): -2695174 or 16441302. OLE color: 16441302.

HSL color Cylindrical-coordinate representation of color #D6DFFA: hue angle of 225º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DFFA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214223250-
CMYK0.140.1100.02
HSL225º78.26%90.98%-
HSV(B)225º14.4%98.04%-
XYZ71.3773.97100.96-
YUV223.39143.02121.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.15%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=31.15%
G=32.46%
B=36.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142232500.140.1100.0222578.2690.98
HexD6DFFAEB02e14e5b
Octal326337372161302341116133
Binary110101101101111111111010111010110101110000110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFFA; }

 p { color: rgb(214,223,250); }

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

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

 a { background-color: rgb(214,223,250); }

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

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

 span { border-color: rgb(214,223,250); }

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