#DCE5E9

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

Shades of Pattens Blue #DCE5E9

Tints of Pattens Blue #DCE5E9

Color information

#DCE5E9 (or 0xDCE5E9) is unknown color: approx Pattens Blue. HEX triplet: DC, E5 and E9. RGB value is (220,229,233). Sum of RGB (Red+Green+Blue) = 220+229+233=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5E9 is #231A16. Grayscale: #E2E2E2. Windows color (decimal): -2300439 or 15328732. OLE color: 15328732.

HSL color Cylindrical-coordinate representation of color #DCE5E9: hue angle of 198.46º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE5E9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220229233-
CMYK0.060.0200.09
HSL198.46º22.81%88.82%-
HSV(B)198.46º5.58%91.37%-
XYZ72.2477.1488.17-
YUV226.76131.52123.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 233 (91.41% from 255) = 34.16%
R=32.26%
G=33.58%
B=34.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202292330.060.0200.09198.4622.8188.82
HexDCE5E96209c61759
Octal3343453516201130627131
Binary110111001110010111101001110100100111000110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5E9; }

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

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

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

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

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

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

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

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