Shades of Periwinkle #CBCEE3
Tints of Periwinkle #CBCEE3
RGB
CMYK
RGB Variations
Color information
#CBCEE3 (or 0xCBCEE3) is known color: Periwinkle. HEX triplet: CB, CE and E3. RGB value is (203,206,227). Sum of RGB (Red+Green+Blue) = 203+206+227=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEE3 is #34311C. Grayscale: #CFCFCF. Windows color (decimal): -3420445 or 14929611. OLE color: 14929611.
HSL color Cylindrical-coordinate representation of color #CBCEE3: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCEE3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 206 | 227 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.11 |
| HSL | 232.5º | 0.3% | 0.84% | - |
| HSV(B) | 232.5º | 0.11% | 0.89% | - |
| XYZ | 60.57 | 62.39 | 81.52 | - |
| YUV | 207.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 227 | 0.11 | 0.09 | 0 | 0.11 | 232.5 | 0.3 | 0.84 |
| Hex | CB | CE | E3 | B | 9 | 0 | B | E8 | 1E | 54 |
| Octal | 313 | 316 | 343 | 13 | 11 | 0 | 13 | 350 | 36 | 124 |
| Binary | 11001011 | 11001110 | 11100011 | 1011 | 1001 | 0 | 1011 | 11101000 | 11110 | 1010100 |
Color Harmonies of #CBCEE3
Complementary color
Monochromatic Colors of #CBCEE3
Black with #CBCEE3
Text Example
Text Example
White with #CBCEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEE3; }
p { color: rgb(203,206,227); }
H1.HeaderClassName
{
color: #CBCEE3;
}
.AnyTagClassName
{
color: #CBCEE3;
}
</style>
background-color css
<style>
a { background-color: #CBCEE3; }
a { background-color: rgb(203,206,227); }
div.DivClassName
{
background-color: #CBCEE3;
}
.BgClassName
{
background-color: #CBCEE3;
}
</style>
border-color css
<style>
span { border-color: #CBCEE3; }
span { border-color: rgb(203,206,227); }
td.TdClassName
{
border-color: #CBCEE3;
}
.TagClassName
{
border-color: #CBCEE3;
}
</style>