#DDE3F0

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

Shades of Hawkes Blue #DDE3F0

Tints of Hawkes Blue #DDE3F0

Color information

#DDE3F0 (or 0xDDE3F0) is unknown color: approx Hawkes Blue. HEX triplet: DD, E3 and F0. RGB value is (221,227,240). Sum of RGB (Red+Green+Blue) = 221+227+240=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F0 is #221C0F. Grayscale: #E2E2E2. Windows color (decimal): -2235408 or 15786973. OLE color: 15786973.

HSL color Cylindrical-coordinate representation of color #DDE3F0: hue angle of 221.05º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE3F0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221227240-
CMYK0.080.0500.06
HSL221.05º38.78%90.39%-
HSV(B)221.05º7.92%94.12%-
XYZ73.0276.693.38-
YUV226.69135.51123.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 227 (89.06% from 255) = 32.99%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=32.12%
G=32.99%
B=34.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212272400.080.0500.06221.0538.7890.39
HexDDE3F08506dd275a
Octal3353433601050633547132
Binary11011101111000111111000010001010110110111011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3F0; }

 p { color: rgb(221,227,240); }

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

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

 a { background-color: rgb(221,227,240); }

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

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

 span { border-color: rgb(221,227,240); }

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