Shades of Periwinkle #C1CDED
Tints of Periwinkle #C1CDED
RGB
CMYK
RGB Variations
Color information
#C1CDED (or 0xC1CDED) is known color: Periwinkle. HEX triplet: C1, CD and ED. RGB value is (193,205,237). Sum of RGB (Red+Green+Blue) = 193+205+237=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDED is #3E3212. Grayscale: #CCCCCC. Windows color (decimal): -4076051 or 15584705. OLE color: 15584705.
HSL color Cylindrical-coordinate representation of color #C1CDED: hue angle of 223.64º 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 #C1CDED is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 205 | 237 | - |
CMYK | 0.19 | 0.14 | 0 | 0.07 |
HSL | 223.64º | 0.55% | 0.84% | - |
HSV(B) | 223.64º | 0.19% | 0.93% | - |
XYZ | 59.11 | 61.11 | 88.8 | - |
YUV | 205.06 | 146.02 | 119.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 205 | 237 | 0.19 | 0.14 | 0 | 0.07 | 223.64 | 0.55 | 0.84 |
Hex | C1 | CD | ED | 13 | E | 0 | 7 | E0 | 37 | 54 |
Octal | 301 | 315 | 355 | 23 | 16 | 0 | 7 | 340 | 67 | 124 |
Binary | 11000001 | 11001101 | 11101101 | 10011 | 1110 | 0 | 111 | 11100000 | 110111 | 1010100 |
Color Harmonies of #C1CDED
Complementary color
Monochromatic Colors of #C1CDED
Black with #C1CDED
Text Example
Text Example
White with #C1CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDED; }
p { color: rgb(193,205,237); }
H1.HeaderClassName
{
color: #C1CDED;
}
.AnyTagClassName
{
color: #C1CDED;
}
</style>
background-color css
<style>
a { background-color: #C1CDED; }
a { background-color: rgb(193,205,237); }
div.DivClassName
{
background-color: #C1CDED;
}
.BgClassName
{
background-color: #C1CDED;
}
</style>
border-color css
<style>
span { border-color: #C1CDED; }
span { border-color: rgb(193,205,237); }
td.TdClassName
{
border-color: #C1CDED;
}
.TagClassName
{
border-color: #C1CDED;
}
</style>