#D6DFFC

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

Shades of Hawkes Blue #D6DFFC

Tints of Hawkes Blue #D6DFFC

Color information

#D6DFFC (or 0xD6DFFC) is unknown color: approx Hawkes Blue. HEX triplet: D6, DF and FC. RGB value is (214,223,252). Sum of RGB (Red+Green+Blue) = 214+223+252=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DFFC is #292003. Grayscale: #DFDFDF. Windows color (decimal): -2695172 or 16572374. OLE color: 16572374.

HSL color Cylindrical-coordinate representation of color #D6DFFC: hue angle of 225.79º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DFFC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214223252-
CMYK0.150.1200.01
HSL225.79º86.36%91.37%-
HSV(B)225.79º15.08%98.82%-
XYZ71.6974.1102.62-
YUV223.61144.02121.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.06%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=31.06%
G=32.37%
B=36.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142232520.150.1200.01225.7986.3691.37
HexD6DFFCFC01e2565b
Octal326337374171401342126133
Binary11010110110111111111110011111100011110001010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFFC; }

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

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

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

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

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

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

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

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