Shades of Pattens Blue #C1DDF5
Tints of Pattens Blue #C1DDF5
RGB
CMYK
RGB Variations
Color information
#C1DDF5 (or 0xC1DDF5) is known color: Pattens Blue. HEX triplet: C1, DD and F5. RGB value is (193,221,245). Sum of RGB (Red+Green+Blue) = 193+221+245=659 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.29% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #C1DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDF5 is #3E220A. Grayscale: #D7D7D7. Windows color (decimal): -4071947 or 16113089. OLE color: 16113089.
HSL color Cylindrical-coordinate representation of color #C1DDF5: hue angle of 207.69º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1DDF5 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 221 | 245 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.04 |
| HSL | 207.69º | 0.72% | 0.86% | - |
| HSV(B) | 207.69º | 0.21% | 0.96% | - |
| XYZ | 64.33 | 69.64 | 96.44 | - |
| YUV | 215.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 245 | 0.21 | 0.10 | 0 | 0.04 | 207.69 | 0.72 | 0.86 |
| Hex | C1 | DD | F5 | 15 | A | 0 | 4 | D0 | 48 | 56 |
| Octal | 301 | 335 | 365 | 25 | 12 | 0 | 4 | 320 | 110 | 126 |
| Binary | 11000001 | 11011101 | 11110101 | 10101 | 1010 | 0 | 100 | 11010000 | 1001000 | 1010110 |
Color Harmonies of #C1DDF5
Complementary color
Monochromatic Colors of #C1DDF5
Black with #C1DDF5
Text Example
Text Example
White with #C1DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDF5; }
p { color: rgb(193,221,245); }
H1.HeaderClassName
{
color: #C1DDF5;
}
.AnyTagClassName
{
color: #C1DDF5;
}
</style>
background-color css
<style>
a { background-color: #C1DDF5; }
a { background-color: rgb(193,221,245); }
div.DivClassName
{
background-color: #C1DDF5;
}
.BgClassName
{
background-color: #C1DDF5;
}
</style>
border-color css
<style>
span { border-color: #C1DDF5; }
span { border-color: rgb(193,221,245); }
td.TdClassName
{
border-color: #C1DDF5;
}
.TagClassName
{
border-color: #C1DDF5;
}
</style>