#D3DFEE

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

Shades of Hawkes Blue #D3DFEE

Tints of Hawkes Blue #D3DFEE

Color information

#D3DFEE (or 0xD3DFEE) is unknown color: approx Hawkes Blue. HEX triplet: D3, DF and EE. RGB value is (211,223,238). Sum of RGB (Red+Green+Blue) = 211+223+238=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFEE is #2C2011. Grayscale: #DDDDDD. Windows color (decimal): -2891794 or 15654867. OLE color: 15654867.

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

Color convert

RGB211223238-
CMYK0.110.0600.07
HSL213.33º44.26%88.04%-
HSV(B)213.33º11.34%93.33%-
XYZ68.6872.891.32-
YUV221.12137.52120.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.40%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=31.40%
G=33.18%
B=35.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112232380.110.0600.07213.3344.2688.04
HexD3DFEEB607d52c58
Octal3233373561360732554130
Binary11010011110111111110111010111100111110101011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFEE; }

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

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

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

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

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

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

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

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