Shades of Periwinkle #CBCEE7
Tints of Periwinkle #CBCEE7
RGB
CMYK
RGB Variations
Color information
#CBCEE7 (or 0xCBCEE7) is known color: Periwinkle. HEX triplet: CB, CE and E7. RGB value is (203,206,231). Sum of RGB (Red+Green+Blue) = 203+206+231=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEE7 is #343118. Grayscale: #CFCFCF. Windows color (decimal): -3420441 or 15191755. OLE color: 15191755.
HSL color Cylindrical-coordinate representation of color #CBCEE7: hue angle of 233.57º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCEE7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 206 | 231 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.09 |
| HSL | 233.57º | 0.37% | 0.85% | - |
| HSV(B) | 233.57º | 0.12% | 0.91% | - |
| XYZ | 61.12 | 62.61 | 84.46 | - |
| YUV | 207.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 231 | 0.12 | 0.11 | 0 | 0.09 | 233.57 | 0.37 | 0.85 |
| Hex | CB | CE | E7 | C | B | 0 | 9 | EA | 25 | 55 |
| Octal | 313 | 316 | 347 | 14 | 13 | 0 | 11 | 352 | 45 | 125 |
| Binary | 11001011 | 11001110 | 11100111 | 1100 | 1011 | 0 | 1001 | 11101010 | 100101 | 1010101 |
Color Harmonies of #CBCEE7
Complementary color
Monochromatic Colors of #CBCEE7
Black with #CBCEE7
Text Example
Text Example
White with #CBCEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEE7; }
p { color: rgb(203,206,231); }
H1.HeaderClassName
{
color: #CBCEE7;
}
.AnyTagClassName
{
color: #CBCEE7;
}
</style>
background-color css
<style>
a { background-color: #CBCEE7; }
a { background-color: rgb(203,206,231); }
div.DivClassName
{
background-color: #CBCEE7;
}
.BgClassName
{
background-color: #CBCEE7;
}
</style>
border-color css
<style>
span { border-color: #CBCEE7; }
span { border-color: rgb(203,206,231); }
td.TdClassName
{
border-color: #CBCEE7;
}
.TagClassName
{
border-color: #CBCEE7;
}
</style>