Shades of Periwinkle #CBCFE6
Tints of Periwinkle #CBCFE6
RGB
CMYK
RGB Variations
Color information
#CBCFE6 (or 0xCBCFE6) is known color: Periwinkle. HEX triplet: CB, CF and E6. RGB value is (203,207,230). Sum of RGB (Red+Green+Blue) = 203+207+230=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBCFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFE6 is #343019. Grayscale: #D0D0D0. Windows color (decimal): -3420186 or 15126475. OLE color: 15126475.
HSL color Cylindrical-coordinate representation of color #CBCFE6: hue angle of 231.11º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCFE6 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 207 | 230 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.10 |
| HSL | 231.11º | 0.35% | 0.85% | - |
| HSV(B) | 231.11º | 0.12% | 0.9% | - |
| XYZ | 61.22 | 63.04 | 83.8 | - |
| YUV | 208.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 230 | 0.12 | 0.10 | 0 | 0.10 | 231.11 | 0.35 | 0.85 |
| Hex | CB | CF | E6 | C | A | 0 | A | E7 | 23 | 55 |
| Octal | 313 | 317 | 346 | 14 | 12 | 0 | 12 | 347 | 43 | 125 |
| Binary | 11001011 | 11001111 | 11100110 | 1100 | 1010 | 0 | 1010 | 11100111 | 100011 | 1010101 |
Color Harmonies of #CBCFE6
Complementary color
Monochromatic Colors of #CBCFE6
Black with #CBCFE6
Text Example
Text Example
White with #CBCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFE6; }
p { color: rgb(203,207,230); }
H1.HeaderClassName
{
color: #CBCFE6;
}
.AnyTagClassName
{
color: #CBCFE6;
}
</style>
background-color css
<style>
a { background-color: #CBCFE6; }
a { background-color: rgb(203,207,230); }
div.DivClassName
{
background-color: #CBCFE6;
}
.BgClassName
{
background-color: #CBCFE6;
}
</style>
border-color css
<style>
span { border-color: #CBCFE6; }
span { border-color: rgb(203,207,230); }
td.TdClassName
{
border-color: #CBCFE6;
}
.TagClassName
{
border-color: #CBCFE6;
}
</style>