Shades of Periwinkle #CBCDE1
Tints of Periwinkle #CBCDE1
RGB
CMYK
RGB Variations
Color information
#CBCDE1 (or 0xCBCDE1) is known color: Periwinkle. HEX triplet: CB, CD and E1. RGB value is (203,205,225). Sum of RGB (Red+Green+Blue) = 203+205+225=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDE1 is #34321E. Grayscale: #CECECE. Windows color (decimal): -3420703 or 14798283. OLE color: 14798283.
HSL color Cylindrical-coordinate representation of color #CBCDE1: hue angle of 234.55º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCDE1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 205 | 225 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.12 |
| HSL | 234.55º | 0.27% | 0.84% | - |
| HSV(B) | 234.55º | 0.1% | 0.88% | - |
| XYZ | 60.05 | 61.8 | 80 | - |
| YUV | 206.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 225 | 0.10 | 0.09 | 0 | 0.12 | 234.55 | 0.27 | 0.84 |
| Hex | CB | CD | E1 | A | 9 | 0 | C | EB | 1B | 54 |
| Octal | 313 | 315 | 341 | 12 | 11 | 0 | 14 | 353 | 33 | 124 |
| Binary | 11001011 | 11001101 | 11100001 | 1010 | 1001 | 0 | 1100 | 11101011 | 11011 | 1010100 |
Color Harmonies of #CBCDE1
Complementary color
Monochromatic Colors of #CBCDE1
Black with #CBCDE1
Text Example
Text Example
White with #CBCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDE1; }
p { color: rgb(203,205,225); }
H1.HeaderClassName
{
color: #CBCDE1;
}
.AnyTagClassName
{
color: #CBCDE1;
}
</style>
background-color css
<style>
a { background-color: #CBCDE1; }
a { background-color: rgb(203,205,225); }
div.DivClassName
{
background-color: #CBCDE1;
}
.BgClassName
{
background-color: #CBCDE1;
}
</style>
border-color css
<style>
span { border-color: #CBCDE1; }
span { border-color: rgb(203,205,225); }
td.TdClassName
{
border-color: #CBCDE1;
}
.TagClassName
{
border-color: #CBCDE1;
}
</style>