Shades of Pattens Blue #C3DCEA
Tints of Pattens Blue #C3DCEA
RGB
CMYK
RGB Variations
Color information
#C3DCEA (or 0xC3DCEA) is known color: Pattens Blue. HEX triplet: C3, DC and EA. RGB value is (195,220,234). Sum of RGB (Red+Green+Blue) = 195+220+234=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCEA is #3C2315. Grayscale: #D6D6D6. Windows color (decimal): -3941142 or 15391939. OLE color: 15391939.
HSL color Cylindrical-coordinate representation of color #C3DCEA: hue angle of 201.54º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3DCEA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 220 | 234 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.08 |
| HSL | 201.54º | 0.48% | 0.84% | - |
| HSV(B) | 201.54º | 0.17% | 0.92% | - |
| XYZ | 62.95 | 68.73 | 87.79 | - |
| YUV | 214.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 234 | 0.17 | 0.06 | 0 | 0.08 | 201.54 | 0.48 | 0.84 |
| Hex | C3 | DC | EA | 11 | 6 | 0 | 8 | CA | 30 | 54 |
| Octal | 303 | 334 | 352 | 21 | 6 | 0 | 10 | 312 | 60 | 124 |
| Binary | 11000011 | 11011100 | 11101010 | 10001 | 110 | 0 | 1000 | 11001010 | 110000 | 1010100 |
Color Harmonies of #C3DCEA
Complementary color
Monochromatic Colors of #C3DCEA
Black with #C3DCEA
Text Example
Text Example
White with #C3DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCEA; }
p { color: rgb(195,220,234); }
H1.HeaderClassName
{
color: #C3DCEA;
}
.AnyTagClassName
{
color: #C3DCEA;
}
</style>
background-color css
<style>
a { background-color: #C3DCEA; }
a { background-color: rgb(195,220,234); }
div.DivClassName
{
background-color: #C3DCEA;
}
.BgClassName
{
background-color: #C3DCEA;
}
</style>
border-color css
<style>
span { border-color: #C3DCEA; }
span { border-color: rgb(195,220,234); }
td.TdClassName
{
border-color: #C3DCEA;
}
.TagClassName
{
border-color: #C3DCEA;
}
</style>