#D5DEFE

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

Shades of Hawkes Blue #D5DEFE

Tints of Hawkes Blue #D5DEFE

Color information

#D5DEFE (or 0xD5DEFE) is unknown color: approx Hawkes Blue. HEX triplet: D5, DE and FE. RGB value is (213,222,254). Sum of RGB (Red+Green+Blue) = 213+222+254=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEFE is #2A2101. Grayscale: #DEDEDE. Windows color (decimal): -2760962 or 16703189. OLE color: 16703189.

HSL color Cylindrical-coordinate representation of color #D5DEFE: hue angle of 226.83º 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 #D5DEFE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213222254-
CMYK0.160.1300.00
HSL226.83º95.35%91.57%-
HSV(B)226.83º16.14%99.61%-
XYZ71.4573.54104.2-
YUV222.96145.52120.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.91%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=30.91%
G=32.22%
B=36.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132222540.160.1300.00226.8395.3591.57
HexD5DEFE10D00e35f5c
Octal325336376201500343137134
Binary110101011101111011111110100001101001110001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEFE; }

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

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

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

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

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

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

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

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