Shades of Pattens Blue #DCEBF5
Tints of Pattens Blue #DCEBF5
RGB
CMYK
RGB Variations
Color information
#DCEBF5 (or 0xDCEBF5) is known color: Pattens Blue. HEX triplet: DC, EB and F5. RGB value is (220,235,245). Sum of RGB (Red+Green+Blue) = 220+235+245=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF5 is #23140A. Grayscale: #E7E7E7. Windows color (decimal): -2298891 or 16116700. OLE color: 16116700.
HSL color Cylindrical-coordinate representation of color #DCEBF5: hue angle of 204º 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 #DCEBF5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 235 | 245 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.04 |
| HSL | 204º | 0.56% | 0.91% | - |
| HSV(B) | 204º | 0.1% | 0.96% | - |
| XYZ | 75.7 | 81.22 | 98.07 | - |
| YUV | 231.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 245 | 0.10 | 0.04 | 0 | 0.04 | 204 | 0.56 | 0.91 |
| Hex | DC | EB | F5 | A | 4 | 0 | 4 | CC | 38 | 5B |
| Octal | 334 | 353 | 365 | 12 | 4 | 0 | 4 | 314 | 70 | 133 |
| Binary | 11011100 | 11101011 | 11110101 | 1010 | 100 | 0 | 100 | 11001100 | 111000 | 1011011 |
Color Harmonies of #DCEBF5
Complementary color
Monochromatic Colors of #DCEBF5
Black with #DCEBF5
Text Example
Text Example
White with #DCEBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBF5; }
p { color: rgb(220,235,245); }
H1.HeaderClassName
{
color: #DCEBF5;
}
.AnyTagClassName
{
color: #DCEBF5;
}
</style>
background-color css
<style>
a { background-color: #DCEBF5; }
a { background-color: rgb(220,235,245); }
div.DivClassName
{
background-color: #DCEBF5;
}
.BgClassName
{
background-color: #DCEBF5;
}
</style>
border-color css
<style>
span { border-color: #DCEBF5; }
span { border-color: rgb(220,235,245); }
td.TdClassName
{
border-color: #DCEBF5;
}
.TagClassName
{
border-color: #DCEBF5;
}
</style>