#DDE3F2

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

Shades of Hawkes Blue #DDE3F2

Tints of Hawkes Blue #DDE3F2

Color information

#DDE3F2 (or 0xDDE3F2) is unknown color: approx Hawkes Blue. HEX triplet: DD, E3 and F2. RGB value is (221,227,242). Sum of RGB (Red+Green+Blue) = 221+227+242=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 227 (89.06% from 255 or 32.90% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3F2 is #221C0D. Grayscale: #E2E2E2. Windows color (decimal): -2235406 or 15918045. OLE color: 15918045.

HSL color Cylindrical-coordinate representation of color #DDE3F2: hue angle of 222.86º 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 #DDE3F2 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221227242-
CMYK0.090.0600.05
HSL222.86º44.68%90.78%-
HSV(B)222.86º8.68%94.9%-
XYZ73.3176.7294.95-
YUV226.92136.51123.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 227 (89.06% from 255) = 32.90%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=32.03%
G=32.90%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212272420.090.0600.05222.8644.6890.78
HexDDE3F29605df2d5b
Octal3353433621160533755133
Binary11011101111000111111001010011100101110111111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3F2; }

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

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

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

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

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

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

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

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