Shades of Periwinkle #C5CCEF
Tints of Periwinkle #C5CCEF
RGB
CMYK
RGB Variations
Color information
#C5CCEF (or 0xC5CCEF) is known color: Periwinkle. HEX triplet: C5, CC and EF. RGB value is (197,204,239). Sum of RGB (Red+Green+Blue) = 197+204+239=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCEF is #3A3310. Grayscale: #CDCDCD. Windows color (decimal): -3814161 or 15715525. OLE color: 15715525.
HSL color Cylindrical-coordinate representation of color #C5CCEF: hue angle of 230º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CCEF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 204 | 239 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.06 |
| HSL | 230º | 0.57% | 0.85% | - |
| HSV(B) | 230º | 0.18% | 0.94% | - |
| XYZ | 60.2 | 61.29 | 90.32 | - |
| YUV | 205.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 239 | 0.18 | 0.15 | 0 | 0.06 | 230 | 0.57 | 0.85 |
| Hex | C5 | CC | EF | 12 | F | 0 | 6 | E6 | 39 | 55 |
| Octal | 305 | 314 | 357 | 22 | 17 | 0 | 6 | 346 | 71 | 125 |
| Binary | 11000101 | 11001100 | 11101111 | 10010 | 1111 | 0 | 110 | 11100110 | 111001 | 1010101 |
Color Harmonies of #C5CCEF
Complementary color
Monochromatic Colors of #C5CCEF
Black with #C5CCEF
Text Example
Text Example
White with #C5CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCEF; }
p { color: rgb(197,204,239); }
H1.HeaderClassName
{
color: #C5CCEF;
}
.AnyTagClassName
{
color: #C5CCEF;
}
</style>
background-color css
<style>
a { background-color: #C5CCEF; }
a { background-color: rgb(197,204,239); }
div.DivClassName
{
background-color: #C5CCEF;
}
.BgClassName
{
background-color: #C5CCEF;
}
</style>
border-color css
<style>
span { border-color: #C5CCEF; }
span { border-color: rgb(197,204,239); }
td.TdClassName
{
border-color: #C5CCEF;
}
.TagClassName
{
border-color: #C5CCEF;
}
</style>