#D3DDEE

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

Shades of Hawkes Blue #D3DDEE

Tints of Hawkes Blue #D3DDEE

Color information

#D3DDEE (or 0xD3DDEE) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and EE. RGB value is (211,221,238). Sum of RGB (Red+Green+Blue) = 211+221+238=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDEE is #2C2211. Grayscale: #DBDBDB. Windows color (decimal): -2892306 or 15654355. OLE color: 15654355.

HSL color Cylindrical-coordinate representation of color #D3DDEE: hue angle of 217.78º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DDEE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211221238-
CMYK0.110.0700.07
HSL217.78º44.26%88.04%-
HSV(B)217.78º11.34%93.33%-
XYZ68.1571.7391.14-
YUV219.95138.19121.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.49%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=31.49%
G=32.99%
B=35.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112212380.110.0700.07217.7844.2688.04
HexD3DDEEB707da2c58
Octal3233353561370733254130
Binary11010011110111011110111010111110111110110101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDEE; }

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

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

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

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

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

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

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

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