#D3DDEA

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

Shades of Hawkes Blue #D3DDEA

Tints of Hawkes Blue #D3DDEA

Color information

#D3DDEA (or 0xD3DDEA) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and EA. RGB value is (211,221,234). Sum of RGB (Red+Green+Blue) = 211+221+234=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDEA is #2C2215. Grayscale: #DBDBDB. Windows color (decimal): -2892310 or 15392211. OLE color: 15392211.

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

Color convert

RGB211221234-
CMYK0.100.0600.08
HSL213.91º35.38%87.25%-
HSV(B)213.91º9.83%91.76%-
XYZ67.5771.588.08-
YUV219.49136.19121.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.68%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=31.68%
G=33.18%
B=35.14%

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
Decimal2112212340.100.0600.08213.9135.3887.25
HexD3DDEAA608d62357
Octal32333535212601032643127
Binary110100111101110111101010101011001000110101101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDEA; }

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

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

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

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

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

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

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

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