#D7DCEB

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

Shades of Hawkes Blue #D7DCEB

Tints of Hawkes Blue #D7DCEB

Color information

#D7DCEB (or 0xD7DCEB) is unknown color: approx Hawkes Blue. HEX triplet: D7, DC and EB. RGB value is (215,220,235). Sum of RGB (Red+Green+Blue) = 215+220+235=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCEB is #282314. Grayscale: #DCDCDC. Windows color (decimal): -2630421 or 15457495. OLE color: 15457495.

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

Color convert

RGB215220235-
CMYK0.090.0600.08
HSL225º33.33%88.24%-
HSV(B)225º8.51%92.16%-
XYZ68.6171.6388.81-
YUV220.21136.34124.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.09%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=32.09%
G=32.84%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152202350.090.0600.0822533.3388.24
HexD7DCEB9608e12158
Octal32733435311601034141130
Binary110101111101110011101011100111001000111000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCEB; }

 p { color: rgb(215,220,235); }

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

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

 a { background-color: rgb(215,220,235); }

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

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

 span { border-color: rgb(215,220,235); }

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