#D3DDED

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

Shades of Hawkes Blue #D3DDED

Tints of Hawkes Blue #D3DDED

Color information

#D3DDED (or 0xD3DDED) is unknown color: approx Hawkes Blue. HEX triplet: D3, DD and ED. RGB value is (211,221,237). Sum of RGB (Red+Green+Blue) = 211+221+237=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDED is #2C2212. Grayscale: #DBDBDB. Windows color (decimal): -2892307 or 15588819. OLE color: 15588819.

HSL color Cylindrical-coordinate representation of color #D3DDED: hue angle of 216.92º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3DDED is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211221237-
CMYK0.110.0700.07
HSL216.92º41.94%87.84%-
HSV(B)216.92º10.97%92.94%-
XYZ68.0171.6890.37-
YUV219.83137.69121.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.54%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=31.54%
G=33.03%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112212370.110.0700.07216.9241.9487.84
HexD3DDEDB707d92a58
Octal3233353551370733152130
Binary11010011110111011110110110111110111110110011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDED; }

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

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

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

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

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

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

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

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