Shades of Periwinkle #CBCFEB
Tints of Periwinkle #CBCFEB
RGB
CMYK
RGB Variations
Color information
#CBCFEB (or 0xCBCFEB) is known color: Periwinkle. HEX triplet: CB, CF and EB. RGB value is (203,207,235). Sum of RGB (Red+Green+Blue) = 203+207+235=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFEB is #343014. Grayscale: #D0D0D0. Windows color (decimal): -3420181 or 15454155. OLE color: 15454155.
HSL color Cylindrical-coordinate representation of color #CBCFEB: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCFEB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 207 | 235 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.08 |
| HSL | 232.5º | 0.44% | 0.86% | - |
| HSV(B) | 232.5º | 0.14% | 0.92% | - |
| XYZ | 61.94 | 63.32 | 87.55 | - |
| YUV | 209 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 235 | 0.14 | 0.12 | 0 | 0.08 | 232.5 | 0.44 | 0.86 |
| Hex | CB | CF | EB | E | C | 0 | 8 | E8 | 2C | 56 |
| Octal | 313 | 317 | 353 | 16 | 14 | 0 | 10 | 350 | 54 | 126 |
| Binary | 11001011 | 11001111 | 11101011 | 1110 | 1100 | 0 | 1000 | 11101000 | 101100 | 1010110 |
Color Harmonies of #CBCFEB
Complementary color
Monochromatic Colors of #CBCFEB
Black with #CBCFEB
Text Example
Text Example
White with #CBCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFEB; }
p { color: rgb(203,207,235); }
H1.HeaderClassName
{
color: #CBCFEB;
}
.AnyTagClassName
{
color: #CBCFEB;
}
</style>
background-color css
<style>
a { background-color: #CBCFEB; }
a { background-color: rgb(203,207,235); }
div.DivClassName
{
background-color: #CBCFEB;
}
.BgClassName
{
background-color: #CBCFEB;
}
</style>
border-color css
<style>
span { border-color: #CBCFEB; }
span { border-color: rgb(203,207,235); }
td.TdClassName
{
border-color: #CBCFEB;
}
.TagClassName
{
border-color: #CBCFEB;
}
</style>