Shades of Periwinkle #CBCEEC
Tints of Periwinkle #CBCEEC
RGB
CMYK
RGB Variations
Color information
#CBCEEC (or 0xCBCEEC) is known color: Periwinkle. HEX triplet: CB, CE and EC. RGB value is (203,206,236). Sum of RGB (Red+Green+Blue) = 203+206+236=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEEC is #343113. Grayscale: #D0D0D0. Windows color (decimal): -3420436 or 15519435. OLE color: 15519435.
HSL color Cylindrical-coordinate representation of color #CBCEEC: hue angle of 234.55º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCEEC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 206 | 236 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.07 |
| HSL | 234.55º | 0.46% | 0.86% | - |
| HSV(B) | 234.55º | 0.14% | 0.93% | - |
| XYZ | 61.84 | 62.9 | 88.24 | - |
| YUV | 208.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 236 | 0.14 | 0.13 | 0 | 0.07 | 234.55 | 0.46 | 0.86 |
| Hex | CB | CE | EC | E | D | 0 | 7 | EB | 2E | 56 |
| Octal | 313 | 316 | 354 | 16 | 15 | 0 | 7 | 353 | 56 | 126 |
| Binary | 11001011 | 11001110 | 11101100 | 1110 | 1101 | 0 | 111 | 11101011 | 101110 | 1010110 |
Color Harmonies of #CBCEEC
Complementary color
Monochromatic Colors of #CBCEEC
Black with #CBCEEC
Text Example
Text Example
White with #CBCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEEC; }
p { color: rgb(203,206,236); }
H1.HeaderClassName
{
color: #CBCEEC;
}
.AnyTagClassName
{
color: #CBCEEC;
}
</style>
background-color css
<style>
a { background-color: #CBCEEC; }
a { background-color: rgb(203,206,236); }
div.DivClassName
{
background-color: #CBCEEC;
}
.BgClassName
{
background-color: #CBCEEC;
}
</style>
border-color css
<style>
span { border-color: #CBCEEC; }
span { border-color: rgb(203,206,236); }
td.TdClassName
{
border-color: #CBCEEC;
}
.TagClassName
{
border-color: #CBCEEC;
}
</style>