#DCE9EC

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

Shades of Pattens Blue #DCE9EC

Tints of Pattens Blue #DCE9EC

Color information

#DCE9EC (or 0xDCE9EC) is unknown color: approx Pattens Blue. HEX triplet: DC, E9 and EC. RGB value is (220,233,236). Sum of RGB (Red+Green+Blue) = 220+233+236=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9EC is #231613. Grayscale: #E5E5E5. Windows color (decimal): -2299412 or 15526364. OLE color: 15526364.

HSL color Cylindrical-coordinate representation of color #DCE9EC: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE9EC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220233236-
CMYK0.070.0100.07
HSL191.25º29.63%89.41%-
HSV(B)191.25º6.78%92.55%-
XYZ73.7979.5590.82-
YUV229.46131.69121.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 233 (91.41% from 255) = 33.82%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=31.93%
G=33.82%
B=34.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202332360.070.0100.07191.2529.6389.41
HexDCE9EC7107bf1e59
Octal334351354710727736131
Binary1101110011101001111011001111011110111111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9EC; }

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

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

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

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

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

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

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

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