Shades of Periwinkle #CBCCDB
Tints of Periwinkle #CBCCDB
RGB
CMYK
RGB Variations
Color information
#CBCCDB (or 0xCBCCDB) is known color: Periwinkle. HEX triplet: CB, CC and DB. RGB value is (203,204,219). Sum of RGB (Red+Green+Blue) = 203+204+219=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDB is #343324. Grayscale: #CDCDCD. Windows color (decimal): -3420965 or 14404811. OLE color: 14404811.
HSL color Cylindrical-coordinate representation of color #CBCCDB: hue angle of 236.25º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCCDB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 204 | 219 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.14 |
| HSL | 236.25º | 0.18% | 0.83% | - |
| HSV(B) | 236.25º | 0.07% | 0.86% | - |
| XYZ | 59.01 | 61 | 75.68 | - |
| YUV | 205.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 219 | 0.07 | 0.07 | 0 | 0.14 | 236.25 | 0.18 | 0.83 |
| Hex | CB | CC | DB | 7 | 7 | 0 | E | EC | 12 | 53 |
| Octal | 313 | 314 | 333 | 7 | 7 | 0 | 16 | 354 | 22 | 123 |
| Binary | 11001011 | 11001100 | 11011011 | 111 | 111 | 0 | 1110 | 11101100 | 10010 | 1010011 |
Color Harmonies of #CBCCDB
Complementary color
Monochromatic Colors of #CBCCDB
Black with #CBCCDB
Text Example
Text Example
White with #CBCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCDB; }
p { color: rgb(203,204,219); }
H1.HeaderClassName
{
color: #CBCCDB;
}
.AnyTagClassName
{
color: #CBCCDB;
}
</style>
background-color css
<style>
a { background-color: #CBCCDB; }
a { background-color: rgb(203,204,219); }
div.DivClassName
{
background-color: #CBCCDB;
}
.BgClassName
{
background-color: #CBCCDB;
}
</style>
border-color css
<style>
span { border-color: #CBCCDB; }
span { border-color: rgb(203,204,219); }
td.TdClassName
{
border-color: #CBCCDB;
}
.TagClassName
{
border-color: #CBCCDB;
}
</style>