Shades of Pattens Blue #DCEBEF
Tints of Pattens Blue #DCEBEF
RGB
CMYK
RGB Variations
Color information
#DCEBEF (or 0xDCEBEF) is known color: Pattens Blue. HEX triplet: DC, EB and EF. RGB value is (220,235,239). Sum of RGB (Red+Green+Blue) = 220+235+239=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBEF is #231410. Grayscale: #E6E6E6. Windows color (decimal): -2298897 or 15723484. OLE color: 15723484.
HSL color Cylindrical-coordinate representation of color #DCEBEF: hue angle of 192.63º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEBEF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 235 | 239 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.06 |
| HSL | 192.63º | 0.37% | 0.9% | - |
| HSV(B) | 192.63º | 0.08% | 0.94% | - |
| XYZ | 74.8 | 80.86 | 93.33 | - |
| YUV | 230.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 239 | 0.08 | 0.02 | 0 | 0.06 | 192.63 | 0.37 | 0.9 |
| Hex | DC | EB | EF | 8 | 2 | 0 | 6 | C1 | 25 | 5A |
| Octal | 334 | 353 | 357 | 10 | 2 | 0 | 6 | 301 | 45 | 132 |
| Binary | 11011100 | 11101011 | 11101111 | 1000 | 10 | 0 | 110 | 11000001 | 100101 | 1011010 |
Color Harmonies of #DCEBEF
Complementary color
Monochromatic Colors of #DCEBEF
Black with #DCEBEF
Text Example
Text Example
White with #DCEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBEF; }
p { color: rgb(220,235,239); }
H1.HeaderClassName
{
color: #DCEBEF;
}
.AnyTagClassName
{
color: #DCEBEF;
}
</style>
background-color css
<style>
a { background-color: #DCEBEF; }
a { background-color: rgb(220,235,239); }
div.DivClassName
{
background-color: #DCEBEF;
}
.BgClassName
{
background-color: #DCEBEF;
}
</style>
border-color css
<style>
span { border-color: #DCEBEF; }
span { border-color: rgb(220,235,239); }
td.TdClassName
{
border-color: #DCEBEF;
}
.TagClassName
{
border-color: #DCEBEF;
}
</style>