Shades of Periwinkle #CBCEE2
Tints of Periwinkle #CBCEE2
RGB
CMYK
RGB Variations
Color information
#CBCEE2 (or 0xCBCEE2) is known color: Periwinkle. HEX triplet: CB, CE and E2. RGB value is (203,206,226). Sum of RGB (Red+Green+Blue) = 203+206+226=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEE2 is #34311D. Grayscale: #CFCFCF. Windows color (decimal): -3420446 or 14864075. OLE color: 14864075.
HSL color Cylindrical-coordinate representation of color #CBCEE2: hue angle of 232.17º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCEE2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 206 | 226 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.11 |
| HSL | 232.17º | 0.28% | 0.84% | - |
| HSV(B) | 232.17º | 0.1% | 0.89% | - |
| XYZ | 60.43 | 62.33 | 80.8 | - |
| YUV | 207.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 226 | 0.10 | 0.09 | 0 | 0.11 | 232.17 | 0.28 | 0.84 |
| Hex | CB | CE | E2 | A | 9 | 0 | B | E8 | 1C | 54 |
| Octal | 313 | 316 | 342 | 12 | 11 | 0 | 13 | 350 | 34 | 124 |
| Binary | 11001011 | 11001110 | 11100010 | 1010 | 1001 | 0 | 1011 | 11101000 | 11100 | 1010100 |
Color Harmonies of #CBCEE2
Complementary color
Monochromatic Colors of #CBCEE2
Black with #CBCEE2
Text Example
Text Example
White with #CBCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEE2; }
p { color: rgb(203,206,226); }
H1.HeaderClassName
{
color: #CBCEE2;
}
.AnyTagClassName
{
color: #CBCEE2;
}
</style>
background-color css
<style>
a { background-color: #CBCEE2; }
a { background-color: rgb(203,206,226); }
div.DivClassName
{
background-color: #CBCEE2;
}
.BgClassName
{
background-color: #CBCEE2;
}
</style>
border-color css
<style>
span { border-color: #CBCEE2; }
span { border-color: rgb(203,206,226); }
td.TdClassName
{
border-color: #CBCEE2;
}
.TagClassName
{
border-color: #CBCEE2;
}
</style>