#D3DDEB

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

Shades of Hawkes Blue #D3DDEB

Tints of Hawkes Blue #D3DDEB

Color information

#D3DDEB (or 0xD3DDEB) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and EB. RGB value is (211,221,235). Sum of RGB (Red+Green+Blue) = 211+221+235=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDEB is #2C2214. Grayscale: #DBDBDB. Windows color (decimal): -2892309 or 15457747. OLE color: 15457747.

HSL color Cylindrical-coordinate representation of color #D3DDEB: hue angle of 215º degrees, saturation: 0.37, 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 #D3DDEB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211221235-
CMYK0.100.0600.08
HSL215º37.5%87.45%-
HSV(B)215º10.21%92.16%-
XYZ67.7271.5688.84-
YUV219.61136.69121.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.63%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=31.63%
G=33.13%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112212350.100.0600.0821537.587.45
HexD3DDEBA608d72557
Octal32333535312601032745127
Binary110100111101110111101011101011001000110101111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDEB; }

 p { color: rgb(211,221,235); }

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

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

 a { background-color: rgb(211,221,235); }

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

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

 span { border-color: rgb(211,221,235); }

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