Shades of Pattens Blue #C2DFFD
Tints of Pattens Blue #C2DFFD
RGB
CMYK
RGB Variations
Color information
#C2DFFD (or 0xC2DFFD) is known color: Pattens Blue. HEX triplet: C2, DF and FD. RGB value is (194,223,253). Sum of RGB (Red+Green+Blue) = 194+223+253=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFFD is #3D2002. Grayscale: #D9D9D9. Windows color (decimal): -4005891 or 16637890. OLE color: 16637890.
HSL color Cylindrical-coordinate representation of color #C2DFFD: hue angle of 210.51º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DFFD is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 223 | 253 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.01 |
| HSL | 210.51º | 0.94% | 0.88% | - |
| HSV(B) | 210.51º | 0.23% | 0.99% | - |
| XYZ | 66.37 | 71.34 | 103.2 | - |
| YUV | 217.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 253 | 0.23 | 0.12 | 0 | 0.01 | 210.51 | 0.94 | 0.88 |
| Hex | C2 | DF | FD | 17 | C | 0 | 1 | D3 | 5E | 58 |
| Octal | 302 | 337 | 375 | 27 | 14 | 0 | 1 | 323 | 136 | 130 |
| Binary | 11000010 | 11011111 | 11111101 | 10111 | 1100 | 0 | 1 | 11010011 | 1011110 | 1011000 |
Color Harmonies of #C2DFFD
Complementary color
Monochromatic Colors of #C2DFFD
Black with #C2DFFD
Text Example
Text Example
White with #C2DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFFD; }
p { color: rgb(194,223,253); }
H1.HeaderClassName
{
color: #C2DFFD;
}
.AnyTagClassName
{
color: #C2DFFD;
}
</style>
background-color css
<style>
a { background-color: #C2DFFD; }
a { background-color: rgb(194,223,253); }
div.DivClassName
{
background-color: #C2DFFD;
}
.BgClassName
{
background-color: #C2DFFD;
}
</style>
border-color css
<style>
span { border-color: #C2DFFD; }
span { border-color: rgb(194,223,253); }
td.TdClassName
{
border-color: #C2DFFD;
}
.TagClassName
{
border-color: #C2DFFD;
}
</style>