Shades of Periwinkle #CBCEE4
Tints of Periwinkle #CBCEE4
RGB
CMYK
RGB Variations
Color information
#CBCEE4 (or 0xCBCEE4) is known color: Periwinkle. HEX triplet: CB, CE and E4. RGB value is (203,206,228). Sum of RGB (Red+Green+Blue) = 203+206+228=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEE4 is #34311B. Grayscale: #CFCFCF. Windows color (decimal): -3420444 or 14995147. OLE color: 14995147.
HSL color Cylindrical-coordinate representation of color #CBCEE4: hue angle of 232.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCEE4 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 206 | 228 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.11 |
| HSL | 232.8º | 0.32% | 0.85% | - |
| HSV(B) | 232.8º | 0.11% | 0.89% | - |
| XYZ | 60.7 | 62.44 | 82.25 | - |
| YUV | 207.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 228 | 0.11 | 0.10 | 0 | 0.11 | 232.8 | 0.32 | 0.85 |
| Hex | CB | CE | E4 | B | A | 0 | B | E9 | 20 | 55 |
| Octal | 313 | 316 | 344 | 13 | 12 | 0 | 13 | 351 | 40 | 125 |
| Binary | 11001011 | 11001110 | 11100100 | 1011 | 1010 | 0 | 1011 | 11101001 | 100000 | 1010101 |
Color Harmonies of #CBCEE4
Complementary color
Monochromatic Colors of #CBCEE4
Black with #CBCEE4
Text Example
Text Example
White with #CBCEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEE4; }
p { color: rgb(203,206,228); }
H1.HeaderClassName
{
color: #CBCEE4;
}
.AnyTagClassName
{
color: #CBCEE4;
}
</style>
background-color css
<style>
a { background-color: #CBCEE4; }
a { background-color: rgb(203,206,228); }
div.DivClassName
{
background-color: #CBCEE4;
}
.BgClassName
{
background-color: #CBCEE4;
}
</style>
border-color css
<style>
span { border-color: #CBCEE4; }
span { border-color: rgb(203,206,228); }
td.TdClassName
{
border-color: #CBCEE4;
}
.TagClassName
{
border-color: #CBCEE4;
}
</style>