#DDE3F5

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

Shades of Hawkes Blue #DDE3F5

Tints of Hawkes Blue #DDE3F5

Color information

#DDE3F5 (or 0xDDE3F5) is unknown color: approx Hawkes Blue. HEX triplet: DD, E3 and F5. RGB value is (221,227,245). Sum of RGB (Red+Green+Blue) = 221+227+245=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDE3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F5 is #221C0A. Grayscale: #E3E3E3. Windows color (decimal): -2235403 or 16114653. OLE color: 16114653.

HSL color Cylindrical-coordinate representation of color #DDE3F5: hue angle of 225º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE3F5 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221227245-
CMYK0.100.0700.04
HSL225º54.55%91.37%-
HSV(B)225º9.8%96.08%-
XYZ73.7776.997.34-
YUV227.26138.01123.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 227 (89.06% from 255) = 32.76%
BLUE value IS 245 (96.09% from 255) = 35.35%
R=31.89%
G=32.76%
B=35.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212272450.100.0700.0422554.5591.37
HexDDE3F5A704e1375b
Octal3353433651270434167133
Binary11011101111000111111010110101110100111000011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3F5; }

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

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

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

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

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

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

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

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