Shades of Periwinkle #CBCCE6
Tints of Periwinkle #CBCCE6
RGB
CMYK
RGB Variations
Color information
#CBCCE6 (or 0xCBCCE6) is known color: Periwinkle. HEX triplet: CB, CC and E6. RGB value is (203,204,230). Sum of RGB (Red+Green+Blue) = 203+204+230=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCE6 is #343319. Grayscale: #CECECE. Windows color (decimal): -3420954 or 15125707. OLE color: 15125707.
HSL color Cylindrical-coordinate representation of color #CBCCE6: hue angle of 237.78º 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 #CBCCE6 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 204 | 230 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.10 |
| HSL | 237.78º | 0.35% | 0.85% | - |
| HSV(B) | 237.78º | 0.12% | 0.9% | - |
| XYZ | 60.5 | 61.6 | 83.56 | - |
| YUV | 206.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 230 | 0.12 | 0.11 | 0 | 0.10 | 237.78 | 0.35 | 0.85 |
| Hex | CB | CC | E6 | C | B | 0 | A | EE | 23 | 55 |
| Octal | 313 | 314 | 346 | 14 | 13 | 0 | 12 | 356 | 43 | 125 |
| Binary | 11001011 | 11001100 | 11100110 | 1100 | 1011 | 0 | 1010 | 11101110 | 100011 | 1010101 |
Color Harmonies of #CBCCE6
Complementary color
Monochromatic Colors of #CBCCE6
Black with #CBCCE6
Text Example
Text Example
White with #CBCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCE6; }
p { color: rgb(203,204,230); }
H1.HeaderClassName
{
color: #CBCCE6;
}
.AnyTagClassName
{
color: #CBCCE6;
}
</style>
background-color css
<style>
a { background-color: #CBCCE6; }
a { background-color: rgb(203,204,230); }
div.DivClassName
{
background-color: #CBCCE6;
}
.BgClassName
{
background-color: #CBCCE6;
}
</style>
border-color css
<style>
span { border-color: #CBCCE6; }
span { border-color: rgb(203,204,230); }
td.TdClassName
{
border-color: #CBCCE6;
}
.TagClassName
{
border-color: #CBCCE6;
}
</style>