Shades of Periwinkle #CBD0ED
Tints of Periwinkle #CBD0ED
RGB
CMYK
RGB Variations
Color information
#CBD0ED (or 0xCBD0ED) is known color: Periwinkle. HEX triplet: CB, D0 and ED. RGB value is (203,208,237). Sum of RGB (Red+Green+Blue) = 203+208+237=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0ED is #342F12. Grayscale: #D1D1D1. Windows color (decimal): -3419923 or 15585483. OLE color: 15585483.
HSL color Cylindrical-coordinate representation of color #CBD0ED: hue angle of 231.18º degrees, saturation: 0.49, 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 #CBD0ED is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 208 | 237 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.07 |
| HSL | 231.18º | 0.49% | 0.86% | - |
| HSV(B) | 231.18º | 0.14% | 0.93% | - |
| XYZ | 62.47 | 63.92 | 89.17 | - |
| YUV | 209.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 237 | 0.14 | 0.12 | 0 | 0.07 | 231.18 | 0.49 | 0.86 |
| Hex | CB | D0 | ED | E | C | 0 | 7 | E7 | 31 | 56 |
| Octal | 313 | 320 | 355 | 16 | 14 | 0 | 7 | 347 | 61 | 126 |
| Binary | 11001011 | 11010000 | 11101101 | 1110 | 1100 | 0 | 111 | 11100111 | 110001 | 1010110 |
Color Harmonies of #CBD0ED
Complementary color
Monochromatic Colors of #CBD0ED
Black with #CBD0ED
Text Example
Text Example
White with #CBD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0ED; }
p { color: rgb(203,208,237); }
H1.HeaderClassName
{
color: #CBD0ED;
}
.AnyTagClassName
{
color: #CBD0ED;
}
</style>
background-color css
<style>
a { background-color: #CBD0ED; }
a { background-color: rgb(203,208,237); }
div.DivClassName
{
background-color: #CBD0ED;
}
.BgClassName
{
background-color: #CBD0ED;
}
</style>
border-color css
<style>
span { border-color: #CBD0ED; }
span { border-color: rgb(203,208,237); }
td.TdClassName
{
border-color: #CBD0ED;
}
.TagClassName
{
border-color: #CBD0ED;
}
</style>