#DDE1EC

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

Shades of Hawkes Blue #DDE1EC

Tints of Hawkes Blue #DDE1EC

Color information

#DDE1EC (or 0xDDE1EC) is unknown color: approx Hawkes Blue. HEX triplet: DD, E1 and EC. RGB value is (221,225,236). Sum of RGB (Red+Green+Blue) = 221+225+236=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1EC is #221E13. Grayscale: #E1E1E1. Windows color (decimal): -2235924 or 15524317. OLE color: 15524317.

HSL color Cylindrical-coordinate representation of color #DDE1EC: hue angle of 224º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE1EC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221225236-
CMYK0.060.0500.07
HSL224º28.3%89.61%-
HSV(B)224º6.36%92.55%-
XYZ71.8875.2890.1-
YUV225.06134.17125.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=32.40%
G=32.99%
B=34.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212252360.060.0500.0722428.389.61
HexDDE1EC6507e01c5a
Octal335341354650734034132
Binary110111011110000111101100110101011111100000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1EC; }

 p { color: rgb(221,225,236); }

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

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

 a { background-color: rgb(221,225,236); }

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

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

 span { border-color: rgb(221,225,236); }

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