#D3D6EA

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

Shades of Hawkes Blue #D3D6EA

Tints of Hawkes Blue #D3D6EA

Color information

#D3D6EA (or 0xD3D6EA) is unknown color: approx Hawkes Blue. HEX triplet: D3, D6 and EA. RGB value is (211,214,234). Sum of RGB (Red+Green+Blue) = 211+214+234=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3D6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D6EA is #2C2915. Grayscale: #D7D7D7. Windows color (decimal): -2894102 or 15390419. OLE color: 15390419.

HSL color Cylindrical-coordinate representation of color #D3D6EA: hue angle of 232.17º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D6EA is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211214234-
CMYK0.100.0900.08
HSL232.17º35.38%87.25%-
HSV(B)232.17º9.83%91.76%-
XYZ65.7667.8887.48-
YUV215.38138.51124.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.02%
GREEN value IS 214 (83.98% from 255) = 32.47%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=32.02%
G=32.47%
B=35.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112142340.100.0900.08232.1735.3887.25
HexD3D6EAA908e82357
Octal323326352121101035043127
Binary1101001111010110111010101010100101000111010001000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D6EA; }

 p { color: rgb(211,214,234); }

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

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

 a { background-color: rgb(211,214,234); }

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

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

 span { border-color: rgb(211,214,234); }

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