Shades of Periwinkle #CBCCE0
Tints of Periwinkle #CBCCE0
RGB
CMYK
RGB Variations
Color information
#CBCCE0 (or 0xCBCCE0) is known color: Periwinkle. HEX triplet: CB, CC and E0. RGB value is (203,204,224). Sum of RGB (Red+Green+Blue) = 203+204+224=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCE0 is #34331F. Grayscale: #CDCDCD. Windows color (decimal): -3420960 or 14732491. OLE color: 14732491.
HSL color Cylindrical-coordinate representation of color #CBCCE0: hue angle of 237.14º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCCE0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 203 | 204 | 224 | - |
CMYK | 0.09 | 0.09 | 0 | 0.12 |
HSL | 237.14º | 0.25% | 0.84% | - |
HSV(B) | 237.14º | 0.09% | 0.88% | - |
XYZ | 59.68 | 61.26 | 79.2 | - |
YUV | 205.98 | 138.17 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 224 | 0.09 | 0.09 | 0 | 0.12 | 237.14 | 0.25 | 0.84 |
Hex | CB | CC | E0 | 9 | 9 | 0 | C | ED | 19 | 54 |
Octal | 313 | 314 | 340 | 11 | 11 | 0 | 14 | 355 | 31 | 124 |
Binary | 11001011 | 11001100 | 11100000 | 1001 | 1001 | 0 | 1100 | 11101101 | 11001 | 1010100 |
Color Harmonies of #CBCCE0
Complementary color
Monochromatic Colors of #CBCCE0
Black with #CBCCE0
Text Example
Text Example
White with #CBCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCE0; }
p { color: rgb(203,204,224); }
H1.HeaderClassName
{
color: #CBCCE0;
}
.AnyTagClassName
{
color: #CBCCE0;
}
</style>
background-color css
<style>
a { background-color: #CBCCE0; }
a { background-color: rgb(203,204,224); }
div.DivClassName
{
background-color: #CBCCE0;
}
.BgClassName
{
background-color: #CBCCE0;
}
</style>
border-color css
<style>
span { border-color: #CBCCE0; }
span { border-color: rgb(203,204,224); }
td.TdClassName
{
border-color: #CBCCE0;
}
.TagClassName
{
border-color: #CBCCE0;
}
</style>