#DCE6EB

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

Shades of Pattens Blue #DCE6EB

Tints of Pattens Blue #DCE6EB

Color information

#DCE6EB (or 0xDCE6EB) is unknown color: approx Pattens Blue. HEX triplet: DC, E6 and EB. RGB value is (220,230,235). Sum of RGB (Red+Green+Blue) = 220+230+235=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6EB is #231914. Grayscale: #E3E3E3. Windows color (decimal): -2300181 or 15460060. OLE color: 15460060.

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

Color convert

RGB220230235-
CMYK0.060.0200.08
HSL200º27.27%89.22%-
HSV(B)200º6.38%92.16%-
XYZ72.8177.8189.78-
YUV227.58132.19122.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 230 (90.23% from 255) = 33.58%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=32.12%
G=33.58%
B=34.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202302350.060.0200.0820027.2789.22
HexDCE6EB6208c81b59
Octal3343463536201031033131
Binary110111001110011011101011110100100011001000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6EB; }

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

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

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

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

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

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

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

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