Shades of Periwinkle #CBD0EF
Tints of Periwinkle #CBD0EF
RGB
CMYK
RGB Variations
Color information
#CBD0EF (or 0xCBD0EF) is known color: Periwinkle. HEX triplet: CB, D0 and EF. RGB value is (203,208,239). Sum of RGB (Red+Green+Blue) = 203+208+239=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBD0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0EF is #342F10. Grayscale: #D1D1D1. Windows color (decimal): -3419921 or 15716555. OLE color: 15716555.
HSL color Cylindrical-coordinate representation of color #CBD0EF: hue angle of 231.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD0EF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 208 | 239 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.06 |
| HSL | 231.67º | 0.53% | 0.87% | - |
| HSV(B) | 231.67º | 0.15% | 0.94% | - |
| XYZ | 62.76 | 64.04 | 90.71 | - |
| YUV | 210.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 239 | 0.15 | 0.13 | 0 | 0.06 | 231.67 | 0.53 | 0.87 |
| Hex | CB | D0 | EF | F | D | 0 | 6 | E8 | 35 | 57 |
| Octal | 313 | 320 | 357 | 17 | 15 | 0 | 6 | 350 | 65 | 127 |
| Binary | 11001011 | 11010000 | 11101111 | 1111 | 1101 | 0 | 110 | 11101000 | 110101 | 1010111 |
Color Harmonies of #CBD0EF
Complementary color
Monochromatic Colors of #CBD0EF
Black with #CBD0EF
Text Example
Text Example
White with #CBD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0EF; }
p { color: rgb(203,208,239); }
H1.HeaderClassName
{
color: #CBD0EF;
}
.AnyTagClassName
{
color: #CBD0EF;
}
</style>
background-color css
<style>
a { background-color: #CBD0EF; }
a { background-color: rgb(203,208,239); }
div.DivClassName
{
background-color: #CBD0EF;
}
.BgClassName
{
background-color: #CBD0EF;
}
</style>
border-color css
<style>
span { border-color: #CBD0EF; }
span { border-color: rgb(203,208,239); }
td.TdClassName
{
border-color: #CBD0EF;
}
.TagClassName
{
border-color: #CBD0EF;
}
</style>