#D5DFFA

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

Shades of Hawkes Blue #D5DFFA

Tints of Hawkes Blue #D5DFFA

Color information

#D5DFFA (or 0xD5DFFA) is unknown color: approx Hawkes Blue. HEX triplet: D5, DF and FA. RGB value is (213,223,250). Sum of RGB (Red+Green+Blue) = 213+223+250=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFFA is #2A2005. Grayscale: #DEDEDE. Windows color (decimal): -2760710 or 16441301. OLE color: 16441301.

HSL color Cylindrical-coordinate representation of color #D5DFFA: hue angle of 223.78º degrees, saturation: 0.79, 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 #D5DFFA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213223250-
CMYK0.150.1100.02
HSL223.78º78.72%90.78%-
HSV(B)223.78º14.8%98.04%-
XYZ71.0873.82100.95-
YUV223.09143.19120.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.05%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=31.05%
G=32.51%
B=36.44%

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
Decimal2132232500.150.1100.02223.7878.7290.78
HexD5DFFAFB02e04f5b
Octal325337372171302340117133
Binary110101011101111111111010111110110101110000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFFA; }

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

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

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

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

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

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

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

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