#DCE2E5

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

Shades of Pattens Blue #DCE2E5

Tints of Pattens Blue #DCE2E5

Color information

#DCE2E5 (or 0xDCE2E5) is unknown color: approx Pattens Blue. HEX triplet: DC, E2 and E5. RGB value is (220,226,229). Sum of RGB (Red+Green+Blue) = 220+226+229=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2E5 is #231D1A. Grayscale: #E0E0E0. Windows color (decimal): -2301211 or 15065820. OLE color: 15065820.

HSL color Cylindrical-coordinate representation of color #DCE2E5: hue angle of 200º degrees, saturation: 0.15, 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 #DCE2E5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220226229-
CMYK0.040.0100.10
HSL200º14.75%88.04%-
HSV(B)200º3.93%89.8%-
XYZ70.8575.2784.92-
YUV224.55130.51124.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 226 (88.67% from 255) = 33.48%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=32.59%
G=33.48%
B=33.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202262290.040.0100.1020014.7588.04
HexDCE2E5410Ac8f58
Octal3343423454101231017130
Binary1101110011100010111001011001010101100100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2E5; }

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

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

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

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

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

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

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

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