Shades of Periwinkle #CCCFEB
Tints of Periwinkle #CCCFEB
RGB
CMYK
RGB Variations
Color information
#CCCFEB (or 0xCCCFEB) is known color: Periwinkle. HEX triplet: CC, CF and EB. RGB value is (204,207,235). Sum of RGB (Red+Green+Blue) = 204+207+235=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFEB is #333014. Grayscale: #D1D1D1. Windows color (decimal): -3354645 or 15454156. OLE color: 15454156.
HSL color Cylindrical-coordinate representation of color #CCCFEB: hue angle of 234.19º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCFEB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 207 | 235 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.08 |
| HSL | 234.19º | 0.44% | 0.86% | - |
| HSV(B) | 234.19º | 0.13% | 0.92% | - |
| XYZ | 62.21 | 63.46 | 87.57 | - |
| YUV | 209.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 235 | 0.13 | 0.12 | 0 | 0.08 | 234.19 | 0.44 | 0.86 |
| Hex | CC | CF | EB | D | C | 0 | 8 | EA | 2C | 56 |
| Octal | 314 | 317 | 353 | 15 | 14 | 0 | 10 | 352 | 54 | 126 |
| Binary | 11001100 | 11001111 | 11101011 | 1101 | 1100 | 0 | 1000 | 11101010 | 101100 | 1010110 |
Color Harmonies of #CCCFEB
Complementary color
Monochromatic Colors of #CCCFEB
Black with #CCCFEB
Text Example
Text Example
White with #CCCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFEB; }
p { color: rgb(204,207,235); }
H1.HeaderClassName
{
color: #CCCFEB;
}
.AnyTagClassName
{
color: #CCCFEB;
}
</style>
background-color css
<style>
a { background-color: #CCCFEB; }
a { background-color: rgb(204,207,235); }
div.DivClassName
{
background-color: #CCCFEB;
}
.BgClassName
{
background-color: #CCCFEB;
}
</style>
border-color css
<style>
span { border-color: #CCCFEB; }
span { border-color: rgb(204,207,235); }
td.TdClassName
{
border-color: #CCCFEB;
}
.TagClassName
{
border-color: #CCCFEB;
}
</style>