#D5DCF2

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

Shades of Hawkes Blue #D5DCF2

Tints of Hawkes Blue #D5DCF2

Color information

#D5DCF2 (or 0xD5DCF2) is unknown color: approx Hawkes Blue. HEX triplet: D5, DC and F2. RGB value is (213,220,242). Sum of RGB (Red+Green+Blue) = 213+220+242=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCF2 is #2A230D. Grayscale: #DCDCDC. Windows color (decimal): -2761486 or 15916245. OLE color: 15916245.

HSL color Cylindrical-coordinate representation of color #D5DCF2: hue angle of 225.52º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5DCF2 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213220242-
CMYK0.120.0900.05
HSL225.52º52.73%89.22%-
HSV(B)225.52º11.98%94.9%-
XYZ69.0671.7494.21-
YUV220.42140.18122.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 242 (94.92% from 255) = 35.85%
R=31.56%
G=32.59%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132202420.120.0900.05225.5252.7389.22
HexD5DCF2C905e23559
Octal32533436214110534265131
Binary110101011101110011110010110010010101111000101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCF2; }

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

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

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

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

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

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

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

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