Shades of Pattens Blue #C4DDF2
Tints of Pattens Blue #C4DDF2
RGB
CMYK
RGB Variations
Color information
#C4DDF2 (or 0xC4DDF2) is known color: Pattens Blue. HEX triplet: C4, DD and F2. RGB value is (196,221,242). Sum of RGB (Red+Green+Blue) = 196+221+242=659 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.74% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDF2 is #3B220D. Grayscale: #D7D7D7. Windows color (decimal): -3875342 or 15916484. OLE color: 15916484.
HSL color Cylindrical-coordinate representation of color #C4DDF2: hue angle of 207.39º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4DDF2 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 221 | 242 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.05 |
| HSL | 207.39º | 0.64% | 0.86% | - |
| HSV(B) | 207.39º | 0.19% | 0.95% | - |
| XYZ | 64.65 | 69.86 | 94.08 | - |
| YUV | 215.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 242 | 0.19 | 0.09 | 0 | 0.05 | 207.39 | 0.64 | 0.86 |
| Hex | C4 | DD | F2 | 13 | 9 | 0 | 5 | CF | 40 | 56 |
| Octal | 304 | 335 | 362 | 23 | 11 | 0 | 5 | 317 | 100 | 126 |
| Binary | 11000100 | 11011101 | 11110010 | 10011 | 1001 | 0 | 101 | 11001111 | 1000000 | 1010110 |
Color Harmonies of #C4DDF2
Complementary color
Monochromatic Colors of #C4DDF2
Black with #C4DDF2
Text Example
Text Example
White with #C4DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDF2; }
p { color: rgb(196,221,242); }
H1.HeaderClassName
{
color: #C4DDF2;
}
.AnyTagClassName
{
color: #C4DDF2;
}
</style>
background-color css
<style>
a { background-color: #C4DDF2; }
a { background-color: rgb(196,221,242); }
div.DivClassName
{
background-color: #C4DDF2;
}
.BgClassName
{
background-color: #C4DDF2;
}
</style>
border-color css
<style>
span { border-color: #C4DDF2; }
span { border-color: rgb(196,221,242); }
td.TdClassName
{
border-color: #C4DDF2;
}
.TagClassName
{
border-color: #C4DDF2;
}
</style>