#DDDEE3

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

Shades of Hawkes Blue #DDDEE3

Tints of Hawkes Blue #DDDEE3

Color information

#DDDEE3 (or 0xDDDEE3) is unknown color: approx Hawkes Blue. HEX triplet: DD, DE and E3. RGB value is (221,222,227). Sum of RGB (Red+Green+Blue) = 221+222+227=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEE3 is #22211C. Grayscale: #DEDEDE. Windows color (decimal): -2236701 or 14933725. OLE color: 14933725.

HSL color Cylindrical-coordinate representation of color #DDDEE3: hue angle of 230º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDEE3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221222227-
CMYK0.030.0200.11
HSL230º9.68%87.84%-
HSV(B)230º2.64%89.02%-
XYZ69.8173.1683.12-
YUV222.27130.67127.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 227 (89.06% from 255) = 33.88%
R=32.99%
G=33.13%
B=33.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212222270.030.0200.112309.6887.84
HexDDDEE3320Be6a58
Octal3353363433201334612130
Binary1101110111011110111000111110010111110011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEE3; }

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

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

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

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

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

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

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

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