#DCEDF6

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

Shades of Pattens Blue #DCEDF6

Tints of Pattens Blue #DCEDF6

Color information

#DCEDF6 (or 0xDCEDF6) is unknown color: approx Pattens Blue. HEX triplet: DC, ED and F6. RGB value is (220,237,246). Sum of RGB (Red+Green+Blue) = 220+237+246=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF6 is #231209. Grayscale: #E8E8E8. Windows color (decimal): -2298378 or 16182748. OLE color: 16182748.

HSL color Cylindrical-coordinate representation of color #DCEDF6: hue angle of 200.77º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEDF6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220237246-
CMYK0.110.0400.04
HSL200.77º59.09%91.37%-
HSV(B)200.77º10.57%96.47%-
XYZ76.4382.4499.07-
YUV232.94135.37118.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 246 (96.48% from 255) = 34.99%
R=31.29%
G=33.71%
B=34.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202372460.110.0400.04200.7759.0991.37
HexDCEDF6B404c93b5b
Octal3343553661340431173133
Binary11011100111011011111011010111000100110010011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDF6; }

 p { color: rgb(220,237,246); }

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

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

 a { background-color: rgb(220,237,246); }

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

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

 span { border-color: rgb(220,237,246); }

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