Shades of Periwinkle #CBD1E3
Tints of Periwinkle #CBD1E3
RGB
CMYK
RGB Variations
Color information
#CBD1E3 (or 0xCBD1E3) is known color: Periwinkle. HEX triplet: CB, D1 and E3. RGB value is (203,209,227). Sum of RGB (Red+Green+Blue) = 203+209+227=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBD1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1E3 is #342E1C. Grayscale: #D1D1D1. Windows color (decimal): -3419677 or 14930379. OLE color: 14930379.
HSL color Cylindrical-coordinate representation of color #CBD1E3: hue angle of 225º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD1E3 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 209 | 227 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.11 |
| HSL | 225º | 0.3% | 0.84% | - |
| HSV(B) | 225º | 0.11% | 0.89% | - |
| XYZ | 61.29 | 63.84 | 81.77 | - |
| YUV | 209.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 227 | 0.11 | 0.08 | 0 | 0.11 | 225 | 0.3 | 0.84 |
| Hex | CB | D1 | E3 | B | 8 | 0 | B | E1 | 1E | 54 |
| Octal | 313 | 321 | 343 | 13 | 10 | 0 | 13 | 341 | 36 | 124 |
| Binary | 11001011 | 11010001 | 11100011 | 1011 | 1000 | 0 | 1011 | 11100001 | 11110 | 1010100 |
Color Harmonies of #CBD1E3
Complementary color
Monochromatic Colors of #CBD1E3
Black with #CBD1E3
Text Example
Text Example
White with #CBD1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1E3; }
p { color: rgb(203,209,227); }
H1.HeaderClassName
{
color: #CBD1E3;
}
.AnyTagClassName
{
color: #CBD1E3;
}
</style>
background-color css
<style>
a { background-color: #CBD1E3; }
a { background-color: rgb(203,209,227); }
div.DivClassName
{
background-color: #CBD1E3;
}
.BgClassName
{
background-color: #CBD1E3;
}
</style>
border-color css
<style>
span { border-color: #CBD1E3; }
span { border-color: rgb(203,209,227); }
td.TdClassName
{
border-color: #CBD1E3;
}
.TagClassName
{
border-color: #CBD1E3;
}
</style>