Shades of Periwinkle #CBCFEE
Tints of Periwinkle #CBCFEE
RGB
CMYK
RGB Variations
Color information
#CBCFEE (or 0xCBCFEE) is known color: Periwinkle. HEX triplet: CB, CF and EE. RGB value is (203,207,238). Sum of RGB (Red+Green+Blue) = 203+207+238=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFEE is #343011. Grayscale: #D1D1D1. Windows color (decimal): -3420178 or 15650763. OLE color: 15650763.
HSL color Cylindrical-coordinate representation of color #CBCFEE: hue angle of 233.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBCFEE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 207 | 238 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.07 |
| HSL | 233.14º | 0.51% | 0.86% | - |
| HSV(B) | 233.14º | 0.15% | 0.93% | - |
| XYZ | 62.37 | 63.5 | 89.86 | - |
| YUV | 209.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 238 | 0.15 | 0.13 | 0 | 0.07 | 233.14 | 0.51 | 0.86 |
| Hex | CB | CF | EE | F | D | 0 | 7 | E9 | 33 | 56 |
| Octal | 313 | 317 | 356 | 17 | 15 | 0 | 7 | 351 | 63 | 126 |
| Binary | 11001011 | 11001111 | 11101110 | 1111 | 1101 | 0 | 111 | 11101001 | 110011 | 1010110 |
Color Harmonies of #CBCFEE
Complementary color
Monochromatic Colors of #CBCFEE
Black with #CBCFEE
Text Example
Text Example
White with #CBCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFEE; }
p { color: rgb(203,207,238); }
H1.HeaderClassName
{
color: #CBCFEE;
}
.AnyTagClassName
{
color: #CBCFEE;
}
</style>
background-color css
<style>
a { background-color: #CBCFEE; }
a { background-color: rgb(203,207,238); }
div.DivClassName
{
background-color: #CBCFEE;
}
.BgClassName
{
background-color: #CBCFEE;
}
</style>
border-color css
<style>
span { border-color: #CBCFEE; }
span { border-color: rgb(203,207,238); }
td.TdClassName
{
border-color: #CBCFEE;
}
.TagClassName
{
border-color: #CBCFEE;
}
</style>