Shades of Pattens Blue #DCEBF6
Tints of Pattens Blue #DCEBF6
RGB
CMYK
RGB Variations
Color information
#DCEBF6 (or 0xDCEBF6) is known color: Pattens Blue. HEX triplet: DC, EB and F6. RGB value is (220,235,246). Sum of RGB (Red+Green+Blue) = 220+235+246=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF6 is #231409. Grayscale: #E7E7E7. Windows color (decimal): -2298890 or 16182236. OLE color: 16182236.
HSL color Cylindrical-coordinate representation of color #DCEBF6: hue angle of 205.38º 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 #DCEBF6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 235 | 246 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.04 |
| HSL | 205.38º | 0.59% | 0.91% | - |
| HSV(B) | 205.38º | 0.11% | 0.96% | - |
| XYZ | 75.86 | 81.29 | 98.88 | - |
| YUV | 231.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 246 | 0.11 | 0.04 | 0 | 0.04 | 205.38 | 0.59 | 0.91 |
| Hex | DC | EB | F6 | B | 4 | 0 | 4 | CD | 3B | 5B |
| Octal | 334 | 353 | 366 | 13 | 4 | 0 | 4 | 315 | 73 | 133 |
| Binary | 11011100 | 11101011 | 11110110 | 1011 | 100 | 0 | 100 | 11001101 | 111011 | 1011011 |
Color Harmonies of #DCEBF6
Complementary color
Monochromatic Colors of #DCEBF6
Black with #DCEBF6
Text Example
Text Example
White with #DCEBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBF6; }
p { color: rgb(220,235,246); }
H1.HeaderClassName
{
color: #DCEBF6;
}
.AnyTagClassName
{
color: #DCEBF6;
}
</style>
background-color css
<style>
a { background-color: #DCEBF6; }
a { background-color: rgb(220,235,246); }
div.DivClassName
{
background-color: #DCEBF6;
}
.BgClassName
{
background-color: #DCEBF6;
}
</style>
border-color css
<style>
span { border-color: #DCEBF6; }
span { border-color: rgb(220,235,246); }
td.TdClassName
{
border-color: #DCEBF6;
}
.TagClassName
{
border-color: #DCEBF6;
}
</style>