#D5DCF7

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

Shades of Hawkes Blue #D5DCF7

Tints of Hawkes Blue #D5DCF7

Color information

#D5DCF7 (or 0xD5DCF7) is unknown color: approx Hawkes Blue. HEX triplet: D5, DC and F7. RGB value is (213,220,247). Sum of RGB (Red+Green+Blue) = 213+220+247=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5DCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCF7 is #2A2308. Grayscale: #DCDCDC. Windows color (decimal): -2761481 or 16243925. OLE color: 16243925.

HSL color Cylindrical-coordinate representation of color #D5DCF7: hue angle of 227.65º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DCF7 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213220247-
CMYK0.140.1100.03
HSL227.65º68%90.2%-
HSV(B)227.65º13.77%96.86%-
XYZ69.8272.0598.22-
YUV220.98142.68122.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.32%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 247 (96.88% from 255) = 36.32%
R=31.32%
G=32.35%
B=36.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132202470.140.1100.03227.656890.2
HexD5DCF7EB03e4445a
Octal325334367161303344104132
Binary110101011101110011110111111010110111110010010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCF7; }

 p { color: rgb(213,220,247); }

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

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

 a { background-color: rgb(213,220,247); }

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

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

 span { border-color: rgb(213,220,247); }

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