Shades of Periwinkle #CBCFEC
Tints of Periwinkle #CBCFEC
RGB
CMYK
RGB Variations
Color information
#CBCFEC (or 0xCBCFEC) is known color: Periwinkle. HEX triplet: CB, CF and EC. RGB value is (203,207,236). Sum of RGB (Red+Green+Blue) = 203+207+236=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFEC is #343013. Grayscale: #D0D0D0. Windows color (decimal): -3420180 or 15519691. OLE color: 15519691.
HSL color Cylindrical-coordinate representation of color #CBCFEC: hue angle of 232.73º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCFEC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 207 | 236 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.07 |
| HSL | 232.73º | 0.46% | 0.86% | - |
| HSV(B) | 232.73º | 0.14% | 0.93% | - |
| XYZ | 62.08 | 63.38 | 88.32 | - |
| YUV | 209.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 236 | 0.14 | 0.12 | 0 | 0.07 | 232.73 | 0.46 | 0.86 |
| Hex | CB | CF | EC | E | C | 0 | 7 | E9 | 2E | 56 |
| Octal | 313 | 317 | 354 | 16 | 14 | 0 | 7 | 351 | 56 | 126 |
| Binary | 11001011 | 11001111 | 11101100 | 1110 | 1100 | 0 | 111 | 11101001 | 101110 | 1010110 |
Color Harmonies of #CBCFEC
Complementary color
Monochromatic Colors of #CBCFEC
Black with #CBCFEC
Text Example
Text Example
White with #CBCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFEC; }
p { color: rgb(203,207,236); }
H1.HeaderClassName
{
color: #CBCFEC;
}
.AnyTagClassName
{
color: #CBCFEC;
}
</style>
background-color css
<style>
a { background-color: #CBCFEC; }
a { background-color: rgb(203,207,236); }
div.DivClassName
{
background-color: #CBCFEC;
}
.BgClassName
{
background-color: #CBCFEC;
}
</style>
border-color css
<style>
span { border-color: #CBCFEC; }
span { border-color: rgb(203,207,236); }
td.TdClassName
{
border-color: #CBCFEC;
}
.TagClassName
{
border-color: #CBCFEC;
}
</style>