#DDE2F2

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

Shades of Hawkes Blue #DDE2F2

Tints of Hawkes Blue #DDE2F2

Color information

#DDE2F2 (or 0xDDE2F2) is unknown color: approx Hawkes Blue. HEX triplet: DD, E2 and F2. RGB value is (221,226,242). Sum of RGB (Red+Green+Blue) = 221+226+242=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2F2 is #221D0D. Grayscale: #E2E2E2. Windows color (decimal): -2235662 or 15917789. OLE color: 15917789.

HSL color Cylindrical-coordinate representation of color #DDE2F2: hue angle of 225.71º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE2F2 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221226242-
CMYK0.090.0700.05
HSL225.71º44.68%90.78%-
HSV(B)225.71º8.68%94.9%-
XYZ73.0476.1894.86-
YUV226.33136.84124.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 226 (88.67% from 255) = 32.80%
BLUE value IS 242 (94.92% from 255) = 35.12%
R=32.08%
G=32.80%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212262420.090.0700.05225.7144.6890.78
HexDDE2F29705e22d5b
Octal3353423621170534255133
Binary11011101111000101111001010011110101111000101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2F2; }

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

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

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

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

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

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

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

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