Shades of Periwinkle #CBD1E7
Tints of Periwinkle #CBD1E7
RGB
CMYK
RGB Variations
Color information
#CBD1E7 (or 0xCBD1E7) is known color: Periwinkle. HEX triplet: CB, D1 and E7. RGB value is (203,209,231). Sum of RGB (Red+Green+Blue) = 203+209+231=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBD1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1E7 is #342E18. Grayscale: #D1D1D1. Windows color (decimal): -3419673 or 15192523. OLE color: 15192523.
HSL color Cylindrical-coordinate representation of color #CBD1E7: hue angle of 227.14º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD1E7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 209 | 231 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.09 |
| HSL | 227.14º | 0.37% | 0.85% | - |
| HSV(B) | 227.14º | 0.12% | 0.91% | - |
| XYZ | 61.85 | 64.07 | 84.71 | - |
| YUV | 209.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 231 | 0.12 | 0.10 | 0 | 0.09 | 227.14 | 0.37 | 0.85 |
| Hex | CB | D1 | E7 | C | A | 0 | 9 | E3 | 25 | 55 |
| Octal | 313 | 321 | 347 | 14 | 12 | 0 | 11 | 343 | 45 | 125 |
| Binary | 11001011 | 11010001 | 11100111 | 1100 | 1010 | 0 | 1001 | 11100011 | 100101 | 1010101 |
Color Harmonies of #CBD1E7
Complementary color
Monochromatic Colors of #CBD1E7
Black with #CBD1E7
Text Example
Text Example
White with #CBD1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1E7; }
p { color: rgb(203,209,231); }
H1.HeaderClassName
{
color: #CBD1E7;
}
.AnyTagClassName
{
color: #CBD1E7;
}
</style>
background-color css
<style>
a { background-color: #CBD1E7; }
a { background-color: rgb(203,209,231); }
div.DivClassName
{
background-color: #CBD1E7;
}
.BgClassName
{
background-color: #CBD1E7;
}
</style>
border-color css
<style>
span { border-color: #CBD1E7; }
span { border-color: rgb(203,209,231); }
td.TdClassName
{
border-color: #CBD1E7;
}
.TagClassName
{
border-color: #CBD1E7;
}
</style>