#D3DBFD

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

Shades of Hawkes Blue #D3DBFD

Tints of Hawkes Blue #D3DBFD

Color information

#D3DBFD (or 0xD3DBFD) is unknown color: approx Hawkes Blue. HEX triplet: D3, DB and FD. RGB value is (211,219,253). Sum of RGB (Red+Green+Blue) = 211+219+253=683 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.89% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DBFD is #2C2402. Grayscale: #DCDCDC. Windows color (decimal): -2892803 or 16636883. OLE color: 16636883.

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

Color convert

RGB211219253-
CMYK0.170.1300.01
HSL228.57º91.3%90.98%-
HSV(B)228.57º16.6%99.22%-
XYZ69.9371.6103.06-
YUV220.48146.35121.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.89%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=30.89%
G=32.06%
B=37.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112192530.170.1300.01228.5791.390.98
HexD3DBFD11D01e55b5b
Octal323333375211501345133133
Binary110100111101101111111101100011101011110010110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBFD; }

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

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

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

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

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

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

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

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