Shades of Pattens Blue #DCEFF5
Tints of Pattens Blue #DCEFF5
RGB
CMYK
RGB Variations
Color information
#DCEFF5 (or 0xDCEFF5) is known color: Pattens Blue. HEX triplet: DC, EF and F5. RGB value is (220,239,245). Sum of RGB (Red+Green+Blue) = 220+239+245=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF5 is #23100A. Grayscale: #E9E9E9. Windows color (decimal): -2297867 or 16117724. OLE color: 16117724.
HSL color Cylindrical-coordinate representation of color #DCEFF5: hue angle of 194.4º 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 #DCEFF5 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 239 | 245 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.04 |
| HSL | 194.4º | 0.56% | 0.91% | - |
| HSV(B) | 194.4º | 0.1% | 0.96% | - |
| XYZ | 76.86 | 83.54 | 98.46 | - |
| YUV | 234 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 245 | 0.10 | 0.02 | 0 | 0.04 | 194.4 | 0.56 | 0.91 |
| Hex | DC | EF | F5 | A | 2 | 0 | 4 | C2 | 38 | 5B |
| Octal | 334 | 357 | 365 | 12 | 2 | 0 | 4 | 302 | 70 | 133 |
| Binary | 11011100 | 11101111 | 11110101 | 1010 | 10 | 0 | 100 | 11000010 | 111000 | 1011011 |
Color Harmonies of #DCEFF5
Complementary color
Monochromatic Colors of #DCEFF5
Black with #DCEFF5
Text Example
Text Example
White with #DCEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFF5; }
p { color: rgb(220,239,245); }
H1.HeaderClassName
{
color: #DCEFF5;
}
.AnyTagClassName
{
color: #DCEFF5;
}
</style>
background-color css
<style>
a { background-color: #DCEFF5; }
a { background-color: rgb(220,239,245); }
div.DivClassName
{
background-color: #DCEFF5;
}
.BgClassName
{
background-color: #DCEFF5;
}
</style>
border-color css
<style>
span { border-color: #DCEFF5; }
span { border-color: rgb(220,239,245); }
td.TdClassName
{
border-color: #DCEFF5;
}
.TagClassName
{
border-color: #DCEFF5;
}
</style>