Shades of Periwinkle #CBCDE0
Tints of Periwinkle #CBCDE0
RGB
CMYK
RGB Variations
Color information
#CBCDE0 (or 0xCBCDE0) is known color: Periwinkle. HEX triplet: CB, CD and E0. RGB value is (203,205,224). Sum of RGB (Red+Green+Blue) = 203+205+224=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDE0 is #34321F. Grayscale: #CECECE. Windows color (decimal): -3420704 or 14732747. OLE color: 14732747.
HSL color Cylindrical-coordinate representation of color #CBCDE0: hue angle of 234.29º 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 #CBCDE0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 205 | 224 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.12 |
| HSL | 234.29º | 0.25% | 0.84% | - |
| HSV(B) | 234.29º | 0.09% | 0.88% | - |
| XYZ | 59.91 | 61.74 | 79.28 | - |
| YUV | 206.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 224 | 0.09 | 0.08 | 0 | 0.12 | 234.29 | 0.25 | 0.84 |
| Hex | CB | CD | E0 | 9 | 8 | 0 | C | EA | 19 | 54 |
| Octal | 313 | 315 | 340 | 11 | 10 | 0 | 14 | 352 | 31 | 124 |
| Binary | 11001011 | 11001101 | 11100000 | 1001 | 1000 | 0 | 1100 | 11101010 | 11001 | 1010100 |
Color Harmonies of #CBCDE0
Complementary color
Monochromatic Colors of #CBCDE0
Black with #CBCDE0
Text Example
Text Example
White with #CBCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDE0; }
p { color: rgb(203,205,224); }
H1.HeaderClassName
{
color: #CBCDE0;
}
.AnyTagClassName
{
color: #CBCDE0;
}
</style>
background-color css
<style>
a { background-color: #CBCDE0; }
a { background-color: rgb(203,205,224); }
div.DivClassName
{
background-color: #CBCDE0;
}
.BgClassName
{
background-color: #CBCDE0;
}
</style>
border-color css
<style>
span { border-color: #CBCDE0; }
span { border-color: rgb(203,205,224); }
td.TdClassName
{
border-color: #CBCDE0;
}
.TagClassName
{
border-color: #CBCDE0;
}
</style>