#D3DFEF

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

Shades of Hawkes Blue #D3DFEF

Tints of Hawkes Blue #D3DFEF

Color information

#D3DFEF (or 0xD3DFEF) is unknown color: approx Hawkes Blue. HEX triplet: D3, DF and EF. RGB value is (211,223,239). Sum of RGB (Red+Green+Blue) = 211+223+239=673 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.35% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFEF is #2C2010. Grayscale: #DDDDDD. Windows color (decimal): -2891793 or 15720403. OLE color: 15720403.

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

Color convert

RGB211223239-
CMYK0.120.0700.06
HSL214.29º46.67%88.24%-
HSV(B)214.29º11.72%93.73%-
XYZ68.8372.8692.1-
YUV221.24138.02120.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.35%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=31.35%
G=33.14%
B=35.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2112232390.120.0700.06214.2946.6788.24
HexD3DFEFC706d62f58
Octal3233373571470632657130
Binary11010011110111111110111111001110110110101101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFEF; }

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

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

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

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

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

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

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

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