#DCEDF5

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

Shades of Pattens Blue #DCEDF5

Tints of Pattens Blue #DCEDF5

Color information

#DCEDF5 (or 0xDCEDF5) is unknown color: approx Pattens Blue. HEX triplet: DC, ED and F5. RGB value is (220,237,245). Sum of RGB (Red+Green+Blue) = 220+237+245=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF5 is #23120A. Grayscale: #E8E8E8. Windows color (decimal): -2298379 or 16117212. OLE color: 16117212.

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

Color convert

RGB220237245-
CMYK0.100.0300.04
HSL199.2º55.56%91.18%-
HSV(B)199.2º10.2%96.08%-
XYZ76.2882.3898.27-
YUV232.83134.87118.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.34%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=31.34%
G=33.76%
B=34.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202372450.100.0300.04199.255.5691.18
HexDCEDF5A304c7385b
Octal3343553651230430770133
Binary1101110011101101111101011010110100110001111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDF5; }

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

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

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

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

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

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

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

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