#D5DBF0

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

Shades of Hawkes Blue #D5DBF0

Tints of Hawkes Blue #D5DBF0

Color information

#D5DBF0 (or 0xD5DBF0) is unknown color: approx Hawkes Blue. HEX triplet: D5, DB and F0. RGB value is (213,219,240). Sum of RGB (Red+Green+Blue) = 213+219+240=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBF0 is #2A240F. Grayscale: #DBDBDB. Windows color (decimal): -2761744 or 15784917. OLE color: 15784917.

HSL color Cylindrical-coordinate representation of color #D5DBF0: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DBF0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213219240-
CMYK0.110.0900.06
HSL226.67º47.37%88.82%-
HSV(B)226.67º11.25%94.12%-
XYZ68.571.192.55-
YUV219.6139.51123.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.70%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 240 (94.14% from 255) = 35.71%
R=31.70%
G=32.59%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132192400.110.0900.06226.6747.3788.82
HexD5DBF0B906e32f59
Octal32533336013110634357131
Binary110101011101101111110000101110010110111000111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBF0; }

 p { color: rgb(213,219,240); }

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

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

 a { background-color: rgb(213,219,240); }

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

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

 span { border-color: rgb(213,219,240); }

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