#D5DFFB

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

Shades of Hawkes Blue #D5DFFB

Tints of Hawkes Blue #D5DFFB

Color information

#D5DFFB (or 0xD5DFFB) is unknown color: approx Hawkes Blue. HEX triplet: D5, DF and FB. RGB value is (213,223,251). Sum of RGB (Red+Green+Blue) = 213+223+251=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFFB is #2A2004. Grayscale: #DFDFDF. Windows color (decimal): -2760709 or 16506837. OLE color: 16506837.

HSL color Cylindrical-coordinate representation of color #D5DFFB: hue angle of 224.21º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DFFB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213223251-
CMYK0.150.1100.02
HSL224.21º82.61%90.98%-
HSV(B)224.21º15.14%98.43%-
XYZ71.2473.89101.77-
YUV223.2143.69120.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=31.00%
G=32.46%
B=36.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132232510.150.1100.02224.2182.6190.98
HexD5DFFBFB02e0535b
Octal325337373171302340123133
Binary110101011101111111111011111110110101110000010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFFB; }

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

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

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

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

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

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

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

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