Shades of Periwinkle #CBD0EE
Tints of Periwinkle #CBD0EE
RGB
CMYK
RGB Variations
Color information
#CBD0EE (or 0xCBD0EE) is known color: Periwinkle. HEX triplet: CB, D0 and EE. RGB value is (203,208,238). Sum of RGB (Red+Green+Blue) = 203+208+238=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0EE is #342F11. Grayscale: #D1D1D1. Windows color (decimal): -3419922 or 15651019. OLE color: 15651019.
HSL color Cylindrical-coordinate representation of color #CBD0EE: hue angle of 231.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD0EE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 208 | 238 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.07 |
| HSL | 231.43º | 0.51% | 0.86% | - |
| HSV(B) | 231.43º | 0.15% | 0.93% | - |
| XYZ | 62.62 | 63.98 | 89.94 | - |
| YUV | 209.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 238 | 0.15 | 0.13 | 0 | 0.07 | 231.43 | 0.51 | 0.86 |
| Hex | CB | D0 | EE | F | D | 0 | 7 | E7 | 33 | 56 |
| Octal | 313 | 320 | 356 | 17 | 15 | 0 | 7 | 347 | 63 | 126 |
| Binary | 11001011 | 11010000 | 11101110 | 1111 | 1101 | 0 | 111 | 11100111 | 110011 | 1010110 |
Color Harmonies of #CBD0EE
Complementary color
Monochromatic Colors of #CBD0EE
Black with #CBD0EE
Text Example
Text Example
White with #CBD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0EE; }
p { color: rgb(203,208,238); }
H1.HeaderClassName
{
color: #CBD0EE;
}
.AnyTagClassName
{
color: #CBD0EE;
}
</style>
background-color css
<style>
a { background-color: #CBD0EE; }
a { background-color: rgb(203,208,238); }
div.DivClassName
{
background-color: #CBD0EE;
}
.BgClassName
{
background-color: #CBD0EE;
}
</style>
border-color css
<style>
span { border-color: #CBD0EE; }
span { border-color: rgb(203,208,238); }
td.TdClassName
{
border-color: #CBD0EE;
}
.TagClassName
{
border-color: #CBD0EE;
}
</style>