Shades of Pattens Blue #C3DDEC
Tints of Pattens Blue #C3DDEC
RGB
CMYK
RGB Variations
Color information
#C3DDEC (or 0xC3DDEC) is known color: Pattens Blue. HEX triplet: C3, DD and EC. RGB value is (195,221,236). Sum of RGB (Red+Green+Blue) = 195+221+236=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDEC is #3C2213. Grayscale: #D6D6D6. Windows color (decimal): -3940884 or 15523267. OLE color: 15523267.
HSL color Cylindrical-coordinate representation of color #C3DDEC: hue angle of 201.95º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3DDEC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 221 | 236 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.07 |
| HSL | 201.95º | 0.52% | 0.85% | - |
| HSV(B) | 201.95º | 0.17% | 0.93% | - |
| XYZ | 63.5 | 69.37 | 89.4 | - |
| YUV | 214.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 236 | 0.17 | 0.06 | 0 | 0.07 | 201.95 | 0.52 | 0.85 |
| Hex | C3 | DD | EC | 11 | 6 | 0 | 7 | CA | 34 | 55 |
| Octal | 303 | 335 | 354 | 21 | 6 | 0 | 7 | 312 | 64 | 125 |
| Binary | 11000011 | 11011101 | 11101100 | 10001 | 110 | 0 | 111 | 11001010 | 110100 | 1010101 |
Color Harmonies of #C3DDEC
Complementary color
Monochromatic Colors of #C3DDEC
Black with #C3DDEC
Text Example
Text Example
White with #C3DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDEC; }
p { color: rgb(195,221,236); }
H1.HeaderClassName
{
color: #C3DDEC;
}
.AnyTagClassName
{
color: #C3DDEC;
}
</style>
background-color css
<style>
a { background-color: #C3DDEC; }
a { background-color: rgb(195,221,236); }
div.DivClassName
{
background-color: #C3DDEC;
}
.BgClassName
{
background-color: #C3DDEC;
}
</style>
border-color css
<style>
span { border-color: #C3DDEC; }
span { border-color: rgb(195,221,236); }
td.TdClassName
{
border-color: #C3DDEC;
}
.TagClassName
{
border-color: #C3DDEC;
}
</style>