#D3DBED

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

Shades of Hawkes Blue #D3DBED

Tints of Hawkes Blue #D3DBED

Color information

#D3DBED (or 0xD3DBED) is unknown color: approx Hawkes Blue. HEX triplet: D3, DB and ED. RGB value is (211,219,237). Sum of RGB (Red+Green+Blue) = 211+219+237=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DBED is #2C2412. Grayscale: #DADADA. Windows color (decimal): -2892819 or 15588307. OLE color: 15588307.

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

Color convert

RGB211219237-
CMYK0.110.0800.07
HSL221.54º41.94%87.84%-
HSV(B)221.54º10.97%92.94%-
XYZ67.4870.6390.2-
YUV218.66138.35122.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.63%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=31.63%
G=32.83%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112192370.110.0800.07221.5441.9487.84
HexD3DBEDB807de2a58
Octal32333335513100733652130
Binary110100111101101111101101101110000111110111101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBED; }

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

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

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

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

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

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

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

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