#DCE9F3

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

Shades of Pattens Blue #DCE9F3

Tints of Pattens Blue #DCE9F3

Color information

#DCE9F3 (or 0xDCE9F3) is unknown color: approx Pattens Blue. HEX triplet: DC, E9 and F3. RGB value is (220,233,243). Sum of RGB (Red+Green+Blue) = 220+233+243=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCE9F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9F3 is #23160C. Grayscale: #E6E6E6. Windows color (decimal): -2299405 or 15985116. OLE color: 15985116.

HSL color Cylindrical-coordinate representation of color #DCE9F3: hue angle of 206.09º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE9F3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220233243-
CMYK0.090.0400.05
HSL206.09º48.94%90.78%-
HSV(B)206.09º9.47%95.29%-
XYZ74.8379.9696.28-
YUV230.25135.19120.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.61%
GREEN value IS 233 (91.41% from 255) = 33.48%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=31.61%
G=33.48%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202332430.090.0400.05206.0948.9490.78
HexDCE9F39405ce315b
Octal3343513631140531661133
Binary11011100111010011111001110011000101110011101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9F3; }

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

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

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

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

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

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

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

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