Shades of Pattens Blue #C1DDF2
Tints of Pattens Blue #C1DDF2
RGB
CMYK
RGB Variations
Color information
#C1DDF2 (or 0xC1DDF2) is known color: Pattens Blue. HEX triplet: C1, DD and F2. RGB value is (193,221,242). Sum of RGB (Red+Green+Blue) = 193+221+242=656 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.42% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDF2 is #3E220D. Grayscale: #D6D6D6. Windows color (decimal): -4071950 or 15916481. OLE color: 15916481.
HSL color Cylindrical-coordinate representation of color #C1DDF2: hue angle of 205.71º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1DDF2 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 221 | 242 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.05 |
| HSL | 205.71º | 0.65% | 0.85% | - |
| HSV(B) | 205.71º | 0.2% | 0.95% | - |
| XYZ | 63.88 | 69.46 | 94.05 | - |
| YUV | 215.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 242 | 0.20 | 0.09 | 0 | 0.05 | 205.71 | 0.65 | 0.85 |
| Hex | C1 | DD | F2 | 14 | 9 | 0 | 5 | CE | 41 | 55 |
| Octal | 301 | 335 | 362 | 24 | 11 | 0 | 5 | 316 | 101 | 125 |
| Binary | 11000001 | 11011101 | 11110010 | 10100 | 1001 | 0 | 101 | 11001110 | 1000001 | 1010101 |
Color Harmonies of #C1DDF2
Complementary color
Monochromatic Colors of #C1DDF2
Black with #C1DDF2
Text Example
Text Example
White with #C1DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDF2; }
p { color: rgb(193,221,242); }
H1.HeaderClassName
{
color: #C1DDF2;
}
.AnyTagClassName
{
color: #C1DDF2;
}
</style>
background-color css
<style>
a { background-color: #C1DDF2; }
a { background-color: rgb(193,221,242); }
div.DivClassName
{
background-color: #C1DDF2;
}
.BgClassName
{
background-color: #C1DDF2;
}
</style>
border-color css
<style>
span { border-color: #C1DDF2; }
span { border-color: rgb(193,221,242); }
td.TdClassName
{
border-color: #C1DDF2;
}
.TagClassName
{
border-color: #C1DDF2;
}
</style>