Shades of Pattens Blue #C1DCED
Tints of Pattens Blue #C1DCED
RGB
CMYK
RGB Variations
Color information
#C1DCED (or 0xC1DCED) is known color: Pattens Blue. HEX triplet: C1, DC and ED. RGB value is (193,220,237). Sum of RGB (Red+Green+Blue) = 193+220+237=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCED is #3E2312. Grayscale: #D5D5D5. Windows color (decimal): -4072211 or 15588545. OLE color: 15588545.
HSL color Cylindrical-coordinate representation of color #C1DCED: hue angle of 203.18º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DCED is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 220 | 237 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.07 |
| HSL | 203.18º | 0.55% | 0.84% | - |
| HSV(B) | 203.18º | 0.19% | 0.93% | - |
| XYZ | 62.87 | 68.64 | 90.06 | - |
| YUV | 213.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 237 | 0.19 | 0.07 | 0 | 0.07 | 203.18 | 0.55 | 0.84 |
| Hex | C1 | DC | ED | 13 | 7 | 0 | 7 | CB | 37 | 54 |
| Octal | 301 | 334 | 355 | 23 | 7 | 0 | 7 | 313 | 67 | 124 |
| Binary | 11000001 | 11011100 | 11101101 | 10011 | 111 | 0 | 111 | 11001011 | 110111 | 1010100 |
Color Harmonies of #C1DCED
Complementary color
Monochromatic Colors of #C1DCED
Black with #C1DCED
Text Example
Text Example
White with #C1DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCED; }
p { color: rgb(193,220,237); }
H1.HeaderClassName
{
color: #C1DCED;
}
.AnyTagClassName
{
color: #C1DCED;
}
</style>
background-color css
<style>
a { background-color: #C1DCED; }
a { background-color: rgb(193,220,237); }
div.DivClassName
{
background-color: #C1DCED;
}
.BgClassName
{
background-color: #C1DCED;
}
</style>
border-color css
<style>
span { border-color: #C1DCED; }
span { border-color: rgb(193,220,237); }
td.TdClassName
{
border-color: #C1DCED;
}
.TagClassName
{
border-color: #C1DCED;
}
</style>