#DCE6E9

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

Shades of Pattens Blue #DCE6E9

Tints of Pattens Blue #DCE6E9

Color information

#DCE6E9 (or 0xDCE6E9) is unknown color: approx Pattens Blue. HEX triplet: DC, E6 and E9. RGB value is (220,230,233). Sum of RGB (Red+Green+Blue) = 220+230+233=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6E9 is #231916. Grayscale: #E3E3E3. Windows color (decimal): -2300183 or 15328988. OLE color: 15328988.

HSL color Cylindrical-coordinate representation of color #DCE6E9: hue angle of 193.85º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE6E9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220230233-
CMYK0.060.0100.09
HSL193.85º22.81%88.82%-
HSV(B)193.85º5.58%91.37%-
XYZ72.5277.6988.26-
YUV227.35131.19122.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 233 (91.41% from 255) = 34.11%
R=32.21%
G=33.67%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202302330.060.0100.09193.8522.8188.82
HexDCE6E96109c21759
Octal3343463516101130227131
Binary11011100111001101110100111010100111000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6E9; }

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

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

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

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

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

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

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

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