Shades of Periwinkle #C1D0EB
Tints of Periwinkle #C1D0EB
RGB
CMYK
RGB Variations
Color information
#C1D0EB (or 0xC1D0EB) is known color: Periwinkle. HEX triplet: C1, D0 and EB. RGB value is (193,208,235). Sum of RGB (Red+Green+Blue) = 193+208+235=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D0EB is #3E2F14. Grayscale: #CECECE. Windows color (decimal): -4075285 or 15454401. OLE color: 15454401.
HSL color Cylindrical-coordinate representation of color #C1D0EB: hue angle of 218.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D0EB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 208 | 235 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.08 |
| HSL | 218.57º | 0.51% | 0.84% | - |
| HSV(B) | 218.57º | 0.18% | 0.92% | - |
| XYZ | 59.54 | 62.45 | 87.51 | - |
| YUV | 206.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 235 | 0.18 | 0.11 | 0 | 0.08 | 218.57 | 0.51 | 0.84 |
| Hex | C1 | D0 | EB | 12 | B | 0 | 8 | DB | 33 | 54 |
| Octal | 301 | 320 | 353 | 22 | 13 | 0 | 10 | 333 | 63 | 124 |
| Binary | 11000001 | 11010000 | 11101011 | 10010 | 1011 | 0 | 1000 | 11011011 | 110011 | 1010100 |
Color Harmonies of #C1D0EB
Complementary color
Monochromatic Colors of #C1D0EB
Black with #C1D0EB
Text Example
Text Example
White with #C1D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0EB; }
p { color: rgb(193,208,235); }
H1.HeaderClassName
{
color: #C1D0EB;
}
.AnyTagClassName
{
color: #C1D0EB;
}
</style>
background-color css
<style>
a { background-color: #C1D0EB; }
a { background-color: rgb(193,208,235); }
div.DivClassName
{
background-color: #C1D0EB;
}
.BgClassName
{
background-color: #C1D0EB;
}
</style>
border-color css
<style>
span { border-color: #C1D0EB; }
span { border-color: rgb(193,208,235); }
td.TdClassName
{
border-color: #C1D0EB;
}
.TagClassName
{
border-color: #C1D0EB;
}
</style>