Shades of Pattens Blue #C2DFFA
Tints of Pattens Blue #C2DFFA
RGB
CMYK
RGB Variations
Color information
#C2DFFA (or 0xC2DFFA) is known color: Pattens Blue. HEX triplet: C2, DF and FA. RGB value is (194,223,250). Sum of RGB (Red+Green+Blue) = 194+223+250=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFFA is #3D2005. Grayscale: #D9D9D9. Windows color (decimal): -4005894 or 16441282. OLE color: 16441282.
HSL color Cylindrical-coordinate representation of color #C2DFFA: hue angle of 208.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DFFA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 223 | 250 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.02 |
| HSL | 208.93º | 0.85% | 0.87% | - |
| HSV(B) | 208.93º | 0.22% | 0.98% | - |
| XYZ | 65.89 | 71.15 | 100.7 | - |
| YUV | 217.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 250 | 0.22 | 0.11 | 0 | 0.02 | 208.93 | 0.85 | 0.87 |
| Hex | C2 | DF | FA | 16 | B | 0 | 2 | D1 | 55 | 57 |
| Octal | 302 | 337 | 372 | 26 | 13 | 0 | 2 | 321 | 125 | 127 |
| Binary | 11000010 | 11011111 | 11111010 | 10110 | 1011 | 0 | 10 | 11010001 | 1010101 | 1010111 |
Color Harmonies of #C2DFFA
Complementary color
Monochromatic Colors of #C2DFFA
Black with #C2DFFA
Text Example
Text Example
White with #C2DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFFA; }
p { color: rgb(194,223,250); }
H1.HeaderClassName
{
color: #C2DFFA;
}
.AnyTagClassName
{
color: #C2DFFA;
}
</style>
background-color css
<style>
a { background-color: #C2DFFA; }
a { background-color: rgb(194,223,250); }
div.DivClassName
{
background-color: #C2DFFA;
}
.BgClassName
{
background-color: #C2DFFA;
}
</style>
border-color css
<style>
span { border-color: #C2DFFA; }
span { border-color: rgb(194,223,250); }
td.TdClassName
{
border-color: #C2DFFA;
}
.TagClassName
{
border-color: #C2DFFA;
}
</style>