#DCE8EB

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

Shades of Pattens Blue #DCE8EB

Tints of Pattens Blue #DCE8EB

Color information

#DCE8EB (or 0xDCE8EB) is unknown color: approx Pattens Blue. HEX triplet: DC, E8 and EB. RGB value is (220,232,235). Sum of RGB (Red+Green+Blue) = 220+232+235=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8EB is #231714. Grayscale: #E4E4E4. Windows color (decimal): -2299669 or 15460572. OLE color: 15460572.

HSL color Cylindrical-coordinate representation of color #DCE8EB: hue angle of 192º 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 #DCE8EB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220232235-
CMYK0.060.0100.08
HSL192º27.27%89.22%-
HSV(B)192º6.38%92.16%-
XYZ73.3778.9389.96-
YUV228.75131.52121.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=32.02%
G=33.77%
B=34.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202322350.060.0100.0819227.2789.22
HexDCE8EB6108c01b59
Octal3343503536101030033131
Binary11011100111010001110101111010100011000000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8EB; }

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

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

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

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

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

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

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

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