Shades of Pattens Blue #DCEDF3
Tints of Pattens Blue #DCEDF3
RGB
CMYK
RGB Variations
Color information
#DCEDF3 (or 0xDCEDF3) is known color: Pattens Blue. HEX triplet: DC, ED and F3. RGB value is (220,237,243). Sum of RGB (Red+Green+Blue) = 220+237+243=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF3 is #23120C. Grayscale: #E8E8E8. Windows color (decimal): -2298381 or 15986140. OLE color: 15986140.
HSL color Cylindrical-coordinate representation of color #DCEDF3: hue angle of 195.65º 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 #DCEDF3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 237 | 243 | - |
CMYK | 0.09 | 0.02 | 0 | 0.05 |
HSL | 195.65º | 0.49% | 0.91% | - |
HSV(B) | 195.65º | 0.09% | 0.95% | - |
XYZ | 75.98 | 82.26 | 96.67 | - |
YUV | 232.6 | 133.87 | 119.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 243 | 0.09 | 0.02 | 0 | 0.05 | 195.65 | 0.49 | 0.91 |
Hex | DC | ED | F3 | 9 | 2 | 0 | 5 | C4 | 31 | 5B |
Octal | 334 | 355 | 363 | 11 | 2 | 0 | 5 | 304 | 61 | 133 |
Binary | 11011100 | 11101101 | 11110011 | 1001 | 10 | 0 | 101 | 11000100 | 110001 | 1011011 |
Color Harmonies of #DCEDF3
Complementary color
Monochromatic Colors of #DCEDF3
Black with #DCEDF3
Text Example
Text Example
White with #DCEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDF3; }
p { color: rgb(220,237,243); }
H1.HeaderClassName
{
color: #DCEDF3;
}
.AnyTagClassName
{
color: #DCEDF3;
}
</style>
background-color css
<style>
a { background-color: #DCEDF3; }
a { background-color: rgb(220,237,243); }
div.DivClassName
{
background-color: #DCEDF3;
}
.BgClassName
{
background-color: #DCEDF3;
}
</style>
border-color css
<style>
span { border-color: #DCEDF3; }
span { border-color: rgb(220,237,243); }
td.TdClassName
{
border-color: #DCEDF3;
}
.TagClassName
{
border-color: #DCEDF3;
}
</style>