#D3DBEE

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

Shades of Hawkes Blue #D3DBEE

Tints of Hawkes Blue #D3DBEE

Color information

#D3DBEE (or 0xD3DBEE) is unknown color: approx Hawkes Blue. HEX triplet: D3, DB and EE. RGB value is (211,219,238). Sum of RGB (Red+Green+Blue) = 211+219+238=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DBEE is #2C2411. Grayscale: #DADADA. Windows color (decimal): -2892818 or 15653843. OLE color: 15653843.

HSL color Cylindrical-coordinate representation of color #D3DBEE: hue angle of 222.22º 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 #D3DBEE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211219238-
CMYK0.110.0800.07
HSL222.22º44.26%88.04%-
HSV(B)222.22º11.34%93.33%-
XYZ67.6370.6890.97-
YUV218.77138.85122.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.59%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=31.59%
G=32.78%
B=35.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112192380.110.0800.07222.2244.2688.04
HexD3DBEEB807de2c58
Octal32333335613100733654130
Binary110100111101101111101110101110000111110111101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBEE; }

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

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

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

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

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

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

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

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