Shades of Pattens Blue #C2DCEB
Tints of Pattens Blue #C2DCEB
RGB
CMYK
RGB Variations
Color information
#C2DCEB (or 0xC2DCEB) is known color: Pattens Blue. HEX triplet: C2, DC and EB. RGB value is (194,220,235). Sum of RGB (Red+Green+Blue) = 194+220+235=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCEB is #3D2314. Grayscale: #D5D5D5. Windows color (decimal): -4006677 or 15457474. OLE color: 15457474.
HSL color Cylindrical-coordinate representation of color #C2DCEB: hue angle of 201.95º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DCEB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 220 | 235 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.08 |
| HSL | 201.95º | 0.51% | 0.84% | - |
| HSV(B) | 201.95º | 0.17% | 0.92% | - |
| XYZ | 62.84 | 68.65 | 88.54 | - |
| YUV | 213.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 235 | 0.17 | 0.06 | 0 | 0.08 | 201.95 | 0.51 | 0.84 |
| Hex | C2 | DC | EB | 11 | 6 | 0 | 8 | CA | 33 | 54 |
| Octal | 302 | 334 | 353 | 21 | 6 | 0 | 10 | 312 | 63 | 124 |
| Binary | 11000010 | 11011100 | 11101011 | 10001 | 110 | 0 | 1000 | 11001010 | 110011 | 1010100 |
Color Harmonies of #C2DCEB
Complementary color
Monochromatic Colors of #C2DCEB
Black with #C2DCEB
Text Example
Text Example
White with #C2DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCEB; }
p { color: rgb(194,220,235); }
H1.HeaderClassName
{
color: #C2DCEB;
}
.AnyTagClassName
{
color: #C2DCEB;
}
</style>
background-color css
<style>
a { background-color: #C2DCEB; }
a { background-color: rgb(194,220,235); }
div.DivClassName
{
background-color: #C2DCEB;
}
.BgClassName
{
background-color: #C2DCEB;
}
</style>
border-color css
<style>
span { border-color: #C2DCEB; }
span { border-color: rgb(194,220,235); }
td.TdClassName
{
border-color: #C2DCEB;
}
.TagClassName
{
border-color: #C2DCEB;
}
</style>