Shades of Pattens Blue #DCEBF4
Tints of Pattens Blue #DCEBF4
RGB
CMYK
RGB Variations
Color information
#DCEBF4 (or 0xDCEBF4) is known color: Pattens Blue. HEX triplet: DC, EB and F4. RGB value is (220,235,244). Sum of RGB (Red+Green+Blue) = 220+235+244=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF4 is #23140B. Grayscale: #E7E7E7. Windows color (decimal): -2298892 or 16051164. OLE color: 16051164.
HSL color Cylindrical-coordinate representation of color #DCEBF4: hue angle of 202.5º degrees, saturation: 0.52, 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 #DCEBF4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 235 | 244 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.04 |
| HSL | 202.5º | 0.52% | 0.91% | - |
| HSV(B) | 202.5º | 0.1% | 0.96% | - |
| XYZ | 75.55 | 81.16 | 97.27 | - |
| YUV | 231.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 244 | 0.10 | 0.04 | 0 | 0.04 | 202.5 | 0.52 | 0.91 |
| Hex | DC | EB | F4 | A | 4 | 0 | 4 | CA | 34 | 5B |
| Octal | 334 | 353 | 364 | 12 | 4 | 0 | 4 | 312 | 64 | 133 |
| Binary | 11011100 | 11101011 | 11110100 | 1010 | 100 | 0 | 100 | 11001010 | 110100 | 1011011 |
Color Harmonies of #DCEBF4
Complementary color
Monochromatic Colors of #DCEBF4
Black with #DCEBF4
Text Example
Text Example
White with #DCEBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBF4; }
p { color: rgb(220,235,244); }
H1.HeaderClassName
{
color: #DCEBF4;
}
.AnyTagClassName
{
color: #DCEBF4;
}
</style>
background-color css
<style>
a { background-color: #DCEBF4; }
a { background-color: rgb(220,235,244); }
div.DivClassName
{
background-color: #DCEBF4;
}
.BgClassName
{
background-color: #DCEBF4;
}
</style>
border-color css
<style>
span { border-color: #DCEBF4; }
span { border-color: rgb(220,235,244); }
td.TdClassName
{
border-color: #DCEBF4;
}
.TagClassName
{
border-color: #DCEBF4;
}
</style>