#D3E4FD

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

Shades of Hawkes Blue #D3E4FD

Tints of Hawkes Blue #D3E4FD

Color information

#D3E4FD (or 0xD3E4FD) is unknown color: approx Hawkes Blue. HEX triplet: D3, E4 and FD. RGB value is (211,228,253). Sum of RGB (Red+Green+Blue) = 211+228+253=692 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.49% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3E4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E4FD is #2C1B02. Grayscale: #E1E1E1. Windows color (decimal): -2890499 or 16639187. OLE color: 16639187.

HSL color Cylindrical-coordinate representation of color #D3E4FD: hue angle of 215.71º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3E4FD is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211228253-
CMYK0.170.1000.01
HSL215.71º91.3%90.98%-
HSV(B)215.71º16.6%99.22%-
XYZ72.3476.43103.87-
YUV225.77143.37117.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.49%
GREEN value IS 228 (89.45% from 255) = 32.95%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=30.49%
G=32.95%
B=36.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112282530.170.1000.01215.7191.390.98
HexD3E4FD11A01d85b5b
Octal323344375211201330133133
Binary110100111110010011111101100011010011101100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E4FD; }

 p { color: rgb(211,228,253); }

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

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

 a { background-color: rgb(211,228,253); }

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

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

 span { border-color: rgb(211,228,253); }

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