#DCEDF4

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

Shades of Pattens Blue #DCEDF4

Tints of Pattens Blue #DCEDF4

Color information

#DCEDF4 (or 0xDCEDF4) is unknown color: approx Pattens Blue. HEX triplet: DC, ED and F4. RGB value is (220,237,244). Sum of RGB (Red+Green+Blue) = 220+237+244=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF4 is #23120B. Grayscale: #E8E8E8. Windows color (decimal): -2298380 or 16051676. OLE color: 16051676.

HSL color Cylindrical-coordinate representation of color #DCEDF4: hue angle of 197.5º degrees, saturation: 0.52, 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 #DCEDF4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220237244-
CMYK0.100.0300.04
HSL197.5º52.17%90.98%-
HSV(B)197.5º9.84%95.69%-
XYZ76.1382.3297.46-
YUV232.72134.37118.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 244 (95.70% from 255) = 34.81%
R=31.38%
G=33.81%
B=34.81%

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
Decimal2202372440.100.0300.04197.552.1790.98
HexDCEDF4A304c6345b
Octal3343553641230430664133
Binary1101110011101101111101001010110100110001101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDF4; }

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

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

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

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

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

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

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

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