Shades of Pattens Blue #C2DDF5
Tints of Pattens Blue #C2DDF5
RGB
CMYK
RGB Variations
Color information
#C2DDF5 (or 0xC2DDF5) is known color: Pattens Blue. HEX triplet: C2, DD and F5. RGB value is (194,221,245). Sum of RGB (Red+Green+Blue) = 194+221+245=660 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.39% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #C2DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDF5 is #3D220A. Grayscale: #D7D7D7. Windows color (decimal): -4006411 or 16113090. OLE color: 16113090.
HSL color Cylindrical-coordinate representation of color #C2DDF5: hue angle of 208.24º 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 #C2DDF5 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 221 | 245 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.04 |
| HSL | 208.24º | 0.72% | 0.86% | - |
| HSV(B) | 208.24º | 0.21% | 0.96% | - |
| XYZ | 64.59 | 69.77 | 96.45 | - |
| YUV | 215.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 245 | 0.21 | 0.10 | 0 | 0.04 | 208.24 | 0.72 | 0.86 |
| Hex | C2 | DD | F5 | 15 | A | 0 | 4 | D0 | 48 | 56 |
| Octal | 302 | 335 | 365 | 25 | 12 | 0 | 4 | 320 | 110 | 126 |
| Binary | 11000010 | 11011101 | 11110101 | 10101 | 1010 | 0 | 100 | 11010000 | 1001000 | 1010110 |
Color Harmonies of #C2DDF5
Complementary color
Monochromatic Colors of #C2DDF5
Black with #C2DDF5
Text Example
Text Example
White with #C2DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDF5; }
p { color: rgb(194,221,245); }
H1.HeaderClassName
{
color: #C2DDF5;
}
.AnyTagClassName
{
color: #C2DDF5;
}
</style>
background-color css
<style>
a { background-color: #C2DDF5; }
a { background-color: rgb(194,221,245); }
div.DivClassName
{
background-color: #C2DDF5;
}
.BgClassName
{
background-color: #C2DDF5;
}
</style>
border-color css
<style>
span { border-color: #C2DDF5; }
span { border-color: rgb(194,221,245); }
td.TdClassName
{
border-color: #C2DDF5;
}
.TagClassName
{
border-color: #C2DDF5;
}
</style>