#DCE6F0

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

Shades of Pattens Blue #DCE6F0

Tints of Pattens Blue #DCE6F0

Color information

#DCE6F0 (or 0xDCE6F0) is unknown color: approx Pattens Blue. HEX triplet: DC, E6 and F0. RGB value is (220,230,240). Sum of RGB (Red+Green+Blue) = 220+230+240=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6F0 is #23190F. Grayscale: #E4E4E4. Windows color (decimal): -2300176 or 15787740. OLE color: 15787740.

HSL color Cylindrical-coordinate representation of color #DCE6F0: hue angle of 210º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE6F0 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220230240-
CMYK0.080.0400.06
HSL210º40%90.2%-
HSV(B)210º8.33%94.12%-
XYZ73.5478.193.64-
YUV228.15134.69122.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 230 (90.23% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=31.88%
G=33.33%
B=34.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202302400.080.0400.062104090.2
HexDCE6F08406d2285a
Octal3343463601040632250132
Binary11011100111001101111000010001000110110100101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6F0; }

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

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

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

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

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

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

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

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