#D1DDEC

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

Shades of Hawkes Blue #D1DDEC

Tints of Hawkes Blue #D1DDEC

Color information

#D1DDEC (or 0xD1DDEC) is unknown color: approx Hawkes Blue. HEX triplet: D1, DD and EC. RGB value is (209,221,236). Sum of RGB (Red+Green+Blue) = 209+221+236=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDEC is #2E2213. Grayscale: #DBDBDB. Windows color (decimal): -3023380 or 15523281. OLE color: 15523281.

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

Color convert

RGB209221236-
CMYK0.110.0600.07
HSL213.33º41.54%87.25%-
HSV(B)213.33º11.44%92.55%-
XYZ67.2971.3289.58-
YUV219.12137.52120.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.38%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=31.38%
G=33.18%
B=35.44%

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
Decimal2092212360.110.0600.07213.3341.5487.25
HexD1DDECB607d52a57
Octal3213353541360732552127
Binary11010001110111011110110010111100111110101011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDEC; }

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

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

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

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

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

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

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

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