Shades of Periwinkle #CBCCE5
Tints of Periwinkle #CBCCE5
RGB
CMYK
RGB Variations
Color information
#CBCCE5 (or 0xCBCCE5) is known color: Periwinkle. HEX triplet: CB, CC and E5. RGB value is (203,204,229). Sum of RGB (Red+Green+Blue) = 203+204+229=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCE5 is #34331A. Grayscale: #CECECE. Windows color (decimal): -3420955 or 15060171. OLE color: 15060171.
HSL color Cylindrical-coordinate representation of color #CBCCE5: hue angle of 237.69º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCCE5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 204 | 229 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.10 |
| HSL | 237.69º | 0.33% | 0.85% | - |
| HSV(B) | 237.69º | 0.11% | 0.9% | - |
| XYZ | 60.36 | 61.54 | 82.83 | - |
| YUV | 206.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 229 | 0.11 | 0.11 | 0 | 0.10 | 237.69 | 0.33 | 0.85 |
| Hex | CB | CC | E5 | B | B | 0 | A | EE | 21 | 55 |
| Octal | 313 | 314 | 345 | 13 | 13 | 0 | 12 | 356 | 41 | 125 |
| Binary | 11001011 | 11001100 | 11100101 | 1011 | 1011 | 0 | 1010 | 11101110 | 100001 | 1010101 |
Color Harmonies of #CBCCE5
Complementary color
Monochromatic Colors of #CBCCE5
Black with #CBCCE5
Text Example
Text Example
White with #CBCCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCE5; }
p { color: rgb(203,204,229); }
H1.HeaderClassName
{
color: #CBCCE5;
}
.AnyTagClassName
{
color: #CBCCE5;
}
</style>
background-color css
<style>
a { background-color: #CBCCE5; }
a { background-color: rgb(203,204,229); }
div.DivClassName
{
background-color: #CBCCE5;
}
.BgClassName
{
background-color: #CBCCE5;
}
</style>
border-color css
<style>
span { border-color: #CBCCE5; }
span { border-color: rgb(203,204,229); }
td.TdClassName
{
border-color: #CBCCE5;
}
.TagClassName
{
border-color: #CBCCE5;
}
</style>