#D5DFFE

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

Shades of Hawkes Blue #D5DFFE

Tints of Hawkes Blue #D5DFFE

Color information

#D5DFFE (or 0xD5DFFE) is unknown color: approx Hawkes Blue. HEX triplet: D5, DF and FE. RGB value is (213,223,254). Sum of RGB (Red+Green+Blue) = 213+223+254=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFFE is #2A2001. Grayscale: #DFDFDF. Windows color (decimal): -2760706 or 16703445. OLE color: 16703445.

HSL color Cylindrical-coordinate representation of color #D5DFFE: hue angle of 225.37º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DFFE is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213223254-
CMYK0.160.1200.00
HSL225.37º95.35%91.57%-
HSV(B)225.37º16.14%99.61%-
XYZ71.7274.08104.28-
YUV223.54145.19120.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.87%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=30.87%
G=32.32%
B=36.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132232540.160.1200.00225.3795.3591.57
HexD5DFFE10C00e15f5c
Octal325337376201400341137134
Binary110101011101111111111110100001100001110000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFFE; }

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

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

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

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

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

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

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

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