#D7DDEC

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

Shades of Hawkes Blue #D7DDEC

Tints of Hawkes Blue #D7DDEC

Color information

#D7DDEC (or 0xD7DDEC) is unknown color: approx Hawkes Blue. HEX triplet: D7, DD and EC. RGB value is (215,221,236). Sum of RGB (Red+Green+Blue) = 215+221+236=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDEC is #282213. Grayscale: #DCDCDC. Windows color (decimal): -2630164 or 15523287. OLE color: 15523287.

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

Color convert

RGB215221236-
CMYK0.090.0600.07
HSL222.86º35.59%88.43%-
HSV(B)222.86º8.9%92.55%-
XYZ69.0272.2289.66-
YUV220.92136.51123.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.99%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=31.99%
G=32.89%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152212360.090.0600.07222.8635.5988.43
HexD7DDEC9607df2458
Octal3273353541160733744130
Binary11010111110111011110110010011100111110111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDEC; }

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

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

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

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

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

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

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

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