Shades of Pattens Blue #DCEBF2
Tints of Pattens Blue #DCEBF2
RGB
CMYK
RGB Variations
Color information
#DCEBF2 (or 0xDCEBF2) is known color: Pattens Blue. HEX triplet: DC, EB and F2. RGB value is (220,235,242). Sum of RGB (Red+Green+Blue) = 220+235+242=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF2 is #23140D. Grayscale: #E7E7E7. Windows color (decimal): -2298894 or 15920092. OLE color: 15920092.
HSL color Cylindrical-coordinate representation of color #DCEBF2: hue angle of 199.09º degrees, saturation: 0.46, 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 #DCEBF2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 235 | 242 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.05 |
| HSL | 199.09º | 0.46% | 0.91% | - |
| HSV(B) | 199.09º | 0.09% | 0.95% | - |
| XYZ | 75.25 | 81.04 | 95.68 | - |
| YUV | 231.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 242 | 0.09 | 0.03 | 0 | 0.05 | 199.09 | 0.46 | 0.91 |
| Hex | DC | EB | F2 | 9 | 3 | 0 | 5 | C7 | 2E | 5B |
| Octal | 334 | 353 | 362 | 11 | 3 | 0 | 5 | 307 | 56 | 133 |
| Binary | 11011100 | 11101011 | 11110010 | 1001 | 11 | 0 | 101 | 11000111 | 101110 | 1011011 |
Color Harmonies of #DCEBF2
Complementary color
Monochromatic Colors of #DCEBF2
Black with #DCEBF2
Text Example
Text Example
White with #DCEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBF2; }
p { color: rgb(220,235,242); }
H1.HeaderClassName
{
color: #DCEBF2;
}
.AnyTagClassName
{
color: #DCEBF2;
}
</style>
background-color css
<style>
a { background-color: #DCEBF2; }
a { background-color: rgb(220,235,242); }
div.DivClassName
{
background-color: #DCEBF2;
}
.BgClassName
{
background-color: #DCEBF2;
}
</style>
border-color css
<style>
span { border-color: #DCEBF2; }
span { border-color: rgb(220,235,242); }
td.TdClassName
{
border-color: #DCEBF2;
}
.TagClassName
{
border-color: #DCEBF2;
}
</style>