Shades of Periwinkle #C1CDEC
Tints of Periwinkle #C1CDEC
RGB
CMYK
RGB Variations
Color information
#C1CDEC (or 0xC1CDEC) is known color: Periwinkle. HEX triplet: C1, CD and EC. RGB value is (193,205,236). Sum of RGB (Red+Green+Blue) = 193+205+236=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDEC is #3E3213. Grayscale: #CCCCCC. Windows color (decimal): -4076052 or 15519169. OLE color: 15519169.
HSL color Cylindrical-coordinate representation of color #C1CDEC: hue angle of 223.26º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1CDEC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 205 | 236 | - |
CMYK | 0.18 | 0.13 | 0 | 0.07 |
HSL | 223.26º | 0.53% | 0.84% | - |
HSV(B) | 223.26º | 0.18% | 0.93% | - |
XYZ | 58.96 | 61.06 | 88.03 | - |
YUV | 204.95 | 145.52 | 119.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 205 | 236 | 0.18 | 0.13 | 0 | 0.07 | 223.26 | 0.53 | 0.84 |
Hex | C1 | CD | EC | 12 | D | 0 | 7 | DF | 35 | 54 |
Octal | 301 | 315 | 354 | 22 | 15 | 0 | 7 | 337 | 65 | 124 |
Binary | 11000001 | 11001101 | 11101100 | 10010 | 1101 | 0 | 111 | 11011111 | 110101 | 1010100 |
Color Harmonies of #C1CDEC
Complementary color
Monochromatic Colors of #C1CDEC
Black with #C1CDEC
Text Example
Text Example
White with #C1CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDEC; }
p { color: rgb(193,205,236); }
H1.HeaderClassName
{
color: #C1CDEC;
}
.AnyTagClassName
{
color: #C1CDEC;
}
</style>
background-color css
<style>
a { background-color: #C1CDEC; }
a { background-color: rgb(193,205,236); }
div.DivClassName
{
background-color: #C1CDEC;
}
.BgClassName
{
background-color: #C1CDEC;
}
</style>
border-color css
<style>
span { border-color: #C1CDEC; }
span { border-color: rgb(193,205,236); }
td.TdClassName
{
border-color: #C1CDEC;
}
.TagClassName
{
border-color: #C1CDEC;
}
</style>