Shades of Periwinkle #C1CDEE
Tints of Periwinkle #C1CDEE
RGB
CMYK
RGB Variations
Color information
#C1CDEE (or 0xC1CDEE) is known color: Periwinkle. HEX triplet: C1, CD and EE. RGB value is (193,205,238). Sum of RGB (Red+Green+Blue) = 193+205+238=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDEE is #3E3211. Grayscale: #CDCDCD. Windows color (decimal): -4076050 or 15650241. OLE color: 15650241.
HSL color Cylindrical-coordinate representation of color #C1CDEE: hue angle of 224º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CDEE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 205 | 238 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.07 |
| HSL | 224º | 0.57% | 0.85% | - |
| HSV(B) | 224º | 0.19% | 0.93% | - |
| XYZ | 59.26 | 61.17 | 89.57 | - |
| YUV | 205.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 238 | 0.19 | 0.14 | 0 | 0.07 | 224 | 0.57 | 0.85 |
| Hex | C1 | CD | EE | 13 | E | 0 | 7 | E0 | 39 | 55 |
| Octal | 301 | 315 | 356 | 23 | 16 | 0 | 7 | 340 | 71 | 125 |
| Binary | 11000001 | 11001101 | 11101110 | 10011 | 1110 | 0 | 111 | 11100000 | 111001 | 1010101 |
Color Harmonies of #C1CDEE
Complementary color
Monochromatic Colors of #C1CDEE
Black with #C1CDEE
Text Example
Text Example
White with #C1CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDEE; }
p { color: rgb(193,205,238); }
H1.HeaderClassName
{
color: #C1CDEE;
}
.AnyTagClassName
{
color: #C1CDEE;
}
</style>
background-color css
<style>
a { background-color: #C1CDEE; }
a { background-color: rgb(193,205,238); }
div.DivClassName
{
background-color: #C1CDEE;
}
.BgClassName
{
background-color: #C1CDEE;
}
</style>
border-color css
<style>
span { border-color: #C1CDEE; }
span { border-color: rgb(193,205,238); }
td.TdClassName
{
border-color: #C1CDEE;
}
.TagClassName
{
border-color: #C1CDEE;
}
</style>