#DCE5EB

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

Shades of Pattens Blue #DCE5EB

Tints of Pattens Blue #DCE5EB

Color information

#DCE5EB (or 0xDCE5EB) is unknown color: approx Pattens Blue. HEX triplet: DC, E5 and EB. RGB value is (220,229,235). Sum of RGB (Red+Green+Blue) = 220+229+235=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5EB is #231A14. Grayscale: #E2E2E2. Windows color (decimal): -2300437 or 15459804. OLE color: 15459804.

HSL color Cylindrical-coordinate representation of color #DCE5EB: hue angle of 204º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE5EB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220229235-
CMYK0.060.0300.08
HSL204º27.27%89.22%-
HSV(B)204º6.38%92.16%-
XYZ72.5377.2589.69-
YUV226.99132.52123.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=32.16%
G=33.48%
B=34.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202292350.060.0300.0820427.2789.22
HexDCE5EB6308cc1b59
Octal3343453536301031433131
Binary110111001110010111101011110110100011001100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5EB; }

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

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

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

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

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

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

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

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