Shades of Periwinkle #CBCEE5
Tints of Periwinkle #CBCEE5
RGB
CMYK
RGB Variations
Color information
#CBCEE5 (or 0xCBCEE5) is known color: Periwinkle. HEX triplet: CB, CE and E5. RGB value is (203,206,229). Sum of RGB (Red+Green+Blue) = 203+206+229=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEE5 is #34311A. Grayscale: #CFCFCF. Windows color (decimal): -3420443 or 15060683. OLE color: 15060683.
HSL color Cylindrical-coordinate representation of color #CBCEE5: hue angle of 233.08º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCEE5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 206 | 229 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.10 |
| HSL | 233.08º | 0.33% | 0.85% | - |
| HSV(B) | 233.08º | 0.11% | 0.9% | - |
| XYZ | 60.84 | 62.5 | 82.98 | - |
| YUV | 207.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 229 | 0.11 | 0.10 | 0 | 0.10 | 233.08 | 0.33 | 0.85 |
| Hex | CB | CE | E5 | B | A | 0 | A | E9 | 21 | 55 |
| Octal | 313 | 316 | 345 | 13 | 12 | 0 | 12 | 351 | 41 | 125 |
| Binary | 11001011 | 11001110 | 11100101 | 1011 | 1010 | 0 | 1010 | 11101001 | 100001 | 1010101 |
Color Harmonies of #CBCEE5
Complementary color
Monochromatic Colors of #CBCEE5
Black with #CBCEE5
Text Example
Text Example
White with #CBCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEE5; }
p { color: rgb(203,206,229); }
H1.HeaderClassName
{
color: #CBCEE5;
}
.AnyTagClassName
{
color: #CBCEE5;
}
</style>
background-color css
<style>
a { background-color: #CBCEE5; }
a { background-color: rgb(203,206,229); }
div.DivClassName
{
background-color: #CBCEE5;
}
.BgClassName
{
background-color: #CBCEE5;
}
</style>
border-color css
<style>
span { border-color: #CBCEE5; }
span { border-color: rgb(203,206,229); }
td.TdClassName
{
border-color: #CBCEE5;
}
.TagClassName
{
border-color: #CBCEE5;
}
</style>