#D6DDF2

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

Shades of Hawkes Blue #D6DDF2

Tints of Hawkes Blue #D6DDF2

Color information

#D6DDF2 (or 0xD6DDF2) is unknown color: approx Hawkes Blue. HEX triplet: D6, DD and F2. RGB value is (214,221,242). Sum of RGB (Red+Green+Blue) = 214+221+242=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDF2 is #29220D. Grayscale: #DDDDDD. Windows color (decimal): -2695694 or 15916502. OLE color: 15916502.

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

Color convert

RGB214221242-
CMYK0.120.0900.05
HSL225º51.85%89.41%-
HSV(B)225º11.57%94.9%-
XYZ69.6272.4294.31-
YUV221.3139.68122.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.61%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 242 (94.92% from 255) = 35.75%
R=31.61%
G=32.64%
B=35.75%

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
Decimal2142212420.120.0900.0522551.8589.41
HexD6DDF2C905e13459
Octal32633536214110534164131
Binary110101101101110111110010110010010101111000011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDF2; }

 p { color: rgb(214,221,242); }

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

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

 a { background-color: rgb(214,221,242); }

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

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

 span { border-color: rgb(214,221,242); }

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