#DDE2F7

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

Shades of Hawkes Blue #DDE2F7

Tints of Hawkes Blue #DDE2F7

Color information

#DDE2F7 (or 0xDDE2F7) is unknown color: approx Hawkes Blue. HEX triplet: DD, E2 and F7. RGB value is (221,226,247). Sum of RGB (Red+Green+Blue) = 221+226+247=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDE2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2F7 is #221D08. Grayscale: #E2E2E2. Windows color (decimal): -2235657 or 16245469. OLE color: 16245469.

HSL color Cylindrical-coordinate representation of color #DDE2F7: hue angle of 228.46º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE2F7 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221226247-
CMYK0.110.0900.03
HSL228.46º61.9%91.76%-
HSV(B)228.46º10.53%96.86%-
XYZ73.876.4898.87-
YUV226.9139.34123.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 226 (88.67% from 255) = 32.56%
BLUE value IS 247 (96.88% from 255) = 35.59%
R=31.84%
G=32.56%
B=35.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212262470.110.0900.03228.4661.991.76
HexDDE2F7B903e43e5c
Octal33534236713110334476134
Binary11011101111000101111011110111001011111001001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2F7; }

 p { color: rgb(221,226,247); }

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

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

 a { background-color: rgb(221,226,247); }

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

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

 span { border-color: rgb(221,226,247); }

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