Shades of Periwinkle #CBD1EC
Tints of Periwinkle #CBD1EC
RGB
CMYK
RGB Variations
Color information
#CBD1EC (or 0xCBD1EC) is known color: Periwinkle. HEX triplet: CB, D1 and EC. RGB value is (203,209,236). Sum of RGB (Red+Green+Blue) = 203+209+236=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1EC is #342E13. Grayscale: #D2D2D2. Windows color (decimal): -3419668 or 15520203. OLE color: 15520203.
HSL color Cylindrical-coordinate representation of color #CBD1EC: hue angle of 229.09º 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 #CBD1EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 209 | 236 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.07 |
| HSL | 229.09º | 0.46% | 0.86% | - |
| HSV(B) | 229.09º | 0.14% | 0.93% | - |
| XYZ | 62.57 | 64.35 | 88.48 | - |
| YUV | 210.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 236 | 0.14 | 0.11 | 0 | 0.07 | 229.09 | 0.46 | 0.86 |
| Hex | CB | D1 | EC | E | B | 0 | 7 | E5 | 2E | 56 |
| Octal | 313 | 321 | 354 | 16 | 13 | 0 | 7 | 345 | 56 | 126 |
| Binary | 11001011 | 11010001 | 11101100 | 1110 | 1011 | 0 | 111 | 11100101 | 101110 | 1010110 |
Color Harmonies of #CBD1EC
Complementary color
Monochromatic Colors of #CBD1EC
Black with #CBD1EC
Text Example
Text Example
White with #CBD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1EC; }
p { color: rgb(203,209,236); }
H1.HeaderClassName
{
color: #CBD1EC;
}
.AnyTagClassName
{
color: #CBD1EC;
}
</style>
background-color css
<style>
a { background-color: #CBD1EC; }
a { background-color: rgb(203,209,236); }
div.DivClassName
{
background-color: #CBD1EC;
}
.BgClassName
{
background-color: #CBD1EC;
}
</style>
border-color css
<style>
span { border-color: #CBD1EC; }
span { border-color: rgb(203,209,236); }
td.TdClassName
{
border-color: #CBD1EC;
}
.TagClassName
{
border-color: #CBD1EC;
}
</style>