#D5DCFA

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

Shades of Hawkes Blue #D5DCFA

Tints of Hawkes Blue #D5DCFA

Color information

#D5DCFA (or 0xD5DCFA) is unknown color: approx Hawkes Blue. HEX triplet: D5, DC and FA. RGB value is (213,220,250). Sum of RGB (Red+Green+Blue) = 213+220+250=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCFA is #2A2305. Grayscale: #DDDDDD. Windows color (decimal): -2761478 or 16440533. OLE color: 16440533.

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

Color convert

RGB213220250-
CMYK0.150.1200.02
HSL228.65º78.72%90.78%-
HSV(B)228.65º14.8%98.04%-
XYZ70.2972.23100.68-
YUV221.33144.18122.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.19%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=31.19%
G=32.21%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132202500.150.1200.02228.6578.7290.78
HexD5DCFAFC02e54f5b
Octal325334372171402345117133
Binary110101011101110011111010111111000101110010110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCFA; }

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

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

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

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

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

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

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

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