#D5DFEF

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

Shades of Hawkes Blue #D5DFEF

Tints of Hawkes Blue #D5DFEF

Color information

#D5DFEF (or 0xD5DFEF) is unknown color: approx Hawkes Blue. HEX triplet: D5, DF and EF. RGB value is (213,223,239). Sum of RGB (Red+Green+Blue) = 213+223+239=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFEF is #2A2010. Grayscale: #DDDDDD. Windows color (decimal): -2760721 or 15720405. OLE color: 15720405.

HSL color Cylindrical-coordinate representation of color #D5DFEF: hue angle of 216.92º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DFEF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213223239-
CMYK0.110.0700.06
HSL216.92º44.83%88.63%-
HSV(B)216.92º10.88%93.73%-
XYZ69.4173.1592.12-
YUV221.83137.69121.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=31.56%
G=33.04%
B=35.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132232390.110.0700.06216.9244.8388.63
HexD5DFEFB706d92d59
Octal3253373571370633155131
Binary11010101110111111110111110111110110110110011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFEF; }

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

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

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

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

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

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

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

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