#DCE2E6

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

Shades of Pattens Blue #DCE2E6

Tints of Pattens Blue #DCE2E6

Color information

#DCE2E6 (or 0xDCE2E6) is unknown color: approx Pattens Blue. HEX triplet: DC, E2 and E6. RGB value is (220,226,230). Sum of RGB (Red+Green+Blue) = 220+226+230=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2E6 is #231D19. Grayscale: #E0E0E0. Windows color (decimal): -2301210 or 15131356. OLE color: 15131356.

HSL color Cylindrical-coordinate representation of color #DCE2E6: hue angle of 204º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE2E6 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220226230-
CMYK0.040.0200.10
HSL204º16.67%88.24%-
HSV(B)204º4.35%90.2%-
XYZ70.9975.3285.66-
YUV224.66131.01124.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 226 (88.67% from 255) = 33.43%
BLUE value IS 230 (90.23% from 255) = 34.02%
R=32.54%
G=33.43%
B=34.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202262300.040.0200.1020416.6788.24
HexDCE2E6420Acc1158
Octal3343423464201231421130
Binary110111001110001011100110100100101011001100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2E6; }

 p { color: rgb(220,226,230); }

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

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

 a { background-color: rgb(220,226,230); }

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

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

 span { border-color: rgb(220,226,230); }

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