#D3DDEC

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

Shades of Hawkes Blue #D3DDEC

Tints of Hawkes Blue #D3DDEC

Color information

#D3DDEC (or 0xD3DDEC) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and EC. RGB value is (211,221,236). Sum of RGB (Red+Green+Blue) = 211+221+236=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDEC is #2C2213. Grayscale: #DBDBDB. Windows color (decimal): -2892308 or 15523283. OLE color: 15523283.

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

Color convert

RGB211221236-
CMYK0.110.0600.07
HSL216º39.68%87.65%-
HSV(B)216º10.59%92.55%-
XYZ67.8671.6289.6-
YUV219.72137.19121.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.59%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=31.59%
G=33.08%
B=35.33%

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
Decimal2112212360.110.0600.0721639.6887.65
HexD3DDECB607d82858
Octal3233353541360733050130
Binary11010011110111011110110010111100111110110001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDEC; }

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

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

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

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

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

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

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

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