#D5DFF1

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

Shades of Hawkes Blue #D5DFF1

Tints of Hawkes Blue #D5DFF1

Color information

#D5DFF1 (or 0xD5DFF1) is unknown color: approx Hawkes Blue. HEX triplet: D5, DF and F1. RGB value is (213,223,241). Sum of RGB (Red+Green+Blue) = 213+223+241=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFF1 is #2A200E. Grayscale: #DDDDDD. Windows color (decimal): -2760719 or 15851477. OLE color: 15851477.

HSL color Cylindrical-coordinate representation of color #D5DFF1: hue angle of 218.57º degrees, saturation: 0.5, 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 #D5DFF1 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213223241-
CMYK0.120.0700.05
HSL218.57º50%89.02%-
HSV(B)218.57º11.62%94.51%-
XYZ69.7173.2793.69-
YUV222.06138.69121.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.46%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=31.46%
G=32.94%
B=35.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132232410.120.0700.05218.575089.02
HexD5DFF1C705db3259
Octal3253373611470533362131
Binary11010101110111111111000111001110101110110111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFF1; }

 p { color: rgb(213,223,241); }

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

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

 a { background-color: rgb(213,223,241); }

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

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

 span { border-color: rgb(213,223,241); }

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