#D5DDF1

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

Shades of Hawkes Blue #D5DDF1

Tints of Hawkes Blue #D5DDF1

Color information

#D5DDF1 (or 0xD5DDF1) is unknown color: approx Hawkes Blue. HEX triplet: D5, DD and F1. RGB value is (213,221,241). Sum of RGB (Red+Green+Blue) = 213+221+241=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDF1 is #2A220E. Grayscale: #DCDCDC. Windows color (decimal): -2761231 or 15850965. OLE color: 15850965.

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

Color convert

RGB213221241-
CMYK0.120.0800.05
HSL222.86º50%89.02%-
HSV(B)222.86º11.62%94.51%-
XYZ69.1772.2193.51-
YUV220.89139.35122.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=31.56%
G=32.74%
B=35.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132212410.120.0800.05222.865089.02
HexD5DDF1C805df3259
Octal32533536114100533762131
Binary110101011101110111110001110010000101110111111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDF1; }

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

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

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

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

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

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

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

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