#D5DEEF

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

Shades of Hawkes Blue #D5DEEF

Tints of Hawkes Blue #D5DEEF

Color information

#D5DEEF (or 0xD5DEEF) is unknown color: approx Hawkes Blue. HEX triplet: D5, DE and EF. RGB value is (213,222,239). Sum of RGB (Red+Green+Blue) = 213+222+239=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEEF is #2A2110. Grayscale: #DDDDDD. Windows color (decimal): -2760977 or 15720149. OLE color: 15720149.

HSL color Cylindrical-coordinate representation of color #D5DEEF: hue angle of 219.23º 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 #D5DEEF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213222239-
CMYK0.110.0700.06
HSL219.23º44.83%88.63%-
HSV(B)219.23º10.88%93.73%-
XYZ69.1472.6292.03-
YUV221.25138.02122.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.60%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=31.60%
G=32.94%
B=35.46%

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
Decimal2132222390.110.0700.06219.2344.8388.63
HexD5DEEFB706db2d59
Octal3253363571370633355131
Binary11010101110111101110111110111110110110110111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEEF; }

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

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

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

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

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

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

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

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