#DDE9EC

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

Shades of Pattens Blue #DDE9EC

Tints of Pattens Blue #DDE9EC

Color information

#DDE9EC (or 0xDDE9EC) is unknown color: approx Pattens Blue. HEX triplet: DD, E9 and EC. RGB value is (221,233,236). Sum of RGB (Red+Green+Blue) = 221+233+236=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9EC is #221613. Grayscale: #E5E5E5. Windows color (decimal): -2233876 or 15526365. OLE color: 15526365.

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

Color convert

RGB221233236-
CMYK0.060.0100.07
HSL192º28.3%89.61%-
HSV(B)192º6.36%92.55%-
XYZ74.179.7190.84-
YUV229.75131.52121.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=32.03%
G=33.77%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212332360.060.0100.0719228.389.61
HexDDE9EC6107c01c5a
Octal335351354610730034132
Binary1101110111101001111011001101011111000000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9EC; }

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

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

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

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

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

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

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

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