Shades of Pattens Blue #C1DDF4
Tints of Pattens Blue #C1DDF4
RGB
CMYK
RGB Variations
Color information
#C1DDF4 (or 0xC1DDF4) is known color: Pattens Blue. HEX triplet: C1, DD and F4. RGB value is (193,221,244). Sum of RGB (Red+Green+Blue) = 193+221+244=658 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.33% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #C1DDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDF4 is #3E220B. Grayscale: #D7D7D7. Windows color (decimal): -4071948 or 16047553. OLE color: 16047553.
HSL color Cylindrical-coordinate representation of color #C1DDF4: hue angle of 207.06º degrees, saturation: 0.7, 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 #C1DDF4 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 221 | 244 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.04 |
| HSL | 207.06º | 0.7% | 0.86% | - |
| HSV(B) | 207.06º | 0.21% | 0.96% | - |
| XYZ | 64.18 | 69.58 | 95.64 | - |
| YUV | 215.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 244 | 0.21 | 0.09 | 0 | 0.04 | 207.06 | 0.7 | 0.86 |
| Hex | C1 | DD | F4 | 15 | 9 | 0 | 4 | CF | 46 | 56 |
| Octal | 301 | 335 | 364 | 25 | 11 | 0 | 4 | 317 | 106 | 126 |
| Binary | 11000001 | 11011101 | 11110100 | 10101 | 1001 | 0 | 100 | 11001111 | 1000110 | 1010110 |
Color Harmonies of #C1DDF4
Complementary color
Monochromatic Colors of #C1DDF4
Black with #C1DDF4
Text Example
Text Example
White with #C1DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDF4; }
p { color: rgb(193,221,244); }
H1.HeaderClassName
{
color: #C1DDF4;
}
.AnyTagClassName
{
color: #C1DDF4;
}
</style>
background-color css
<style>
a { background-color: #C1DDF4; }
a { background-color: rgb(193,221,244); }
div.DivClassName
{
background-color: #C1DDF4;
}
.BgClassName
{
background-color: #C1DDF4;
}
</style>
border-color css
<style>
span { border-color: #C1DDF4; }
span { border-color: rgb(193,221,244); }
td.TdClassName
{
border-color: #C1DDF4;
}
.TagClassName
{
border-color: #C1DDF4;
}
</style>