#D6DDEE

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

Shades of Hawkes Blue #D6DDEE

Tints of Hawkes Blue #D6DDEE

Color information

#D6DDEE (or 0xD6DDEE) is unknown color: approx Hawkes Blue. HEX triplet: D6, DD and EE. RGB value is (214,221,238). Sum of RGB (Red+Green+Blue) = 214+221+238=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDEE is #292211. Grayscale: #DCDCDC. Windows color (decimal): -2695698 or 15654358. OLE color: 15654358.

HSL color Cylindrical-coordinate representation of color #D6DDEE: hue angle of 222.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DDEE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214221238-
CMYK0.100.0700.07
HSL222.5º41.38%88.63%-
HSV(B)222.5º10.08%93.33%-
XYZ69.0272.1891.18-
YUV220.84137.68123.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=31.80%
G=32.84%
B=35.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142212380.100.0700.07222.541.3888.63
HexD6DDEEA707de2959
Octal3263353561270733651131
Binary11010110110111011110111010101110111110111101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDEE; }

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

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

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

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

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

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

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

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