#D3D4DB

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

Shades of Hawkes Blue #D3D4DB

Tints of Hawkes Blue #D3D4DB

Color information

#D3D4DB (or 0xD3D4DB) is unknown color: approx Hawkes Blue. HEX triplet: D3, D4 and DB. RGB value is (211,212,219). Sum of RGB (Red+Green+Blue) = 211+212+219=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3D4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D4DB is #2C2B24. Grayscale: #D4D4D4. Windows color (decimal): -2894629 or 14406867. OLE color: 14406867.

HSL color Cylindrical-coordinate representation of color #D3D4DB: hue angle of 232.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3D4DB is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211212219-
CMYK0.040.0300.14
HSL232.5º10%84.31%-
HSV(B)232.5º3.65%85.88%-
XYZ63.1966.0576.44-
YUV212.5131.67126.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.87%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=32.87%
G=33.02%
B=34.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112122190.040.0300.14232.51084.31
HexD3D4DB430Ee8a54
Octal3233243334301635012124
Binary11010011110101001101101110011011101110100010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D4DB; }

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

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

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

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

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

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

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

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