Shades of Periwinkle #CBCDE4
Tints of Periwinkle #CBCDE4
RGB
CMYK
RGB Variations
Color information
#CBCDE4 (or 0xCBCDE4) is known color: Periwinkle. HEX triplet: CB, CD and E4. RGB value is (203,205,228). Sum of RGB (Red+Green+Blue) = 203+205+228=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDE4 is #34321B. Grayscale: #CECECE. Windows color (decimal): -3420700 or 14994891. OLE color: 14994891.
HSL color Cylindrical-coordinate representation of color #CBCDE4: hue angle of 235.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCDE4 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 205 | 228 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.11 |
| HSL | 235.2º | 0.32% | 0.85% | - |
| HSV(B) | 235.2º | 0.11% | 0.89% | - |
| XYZ | 60.46 | 61.96 | 82.17 | - |
| YUV | 207.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 228 | 0.11 | 0.10 | 0 | 0.11 | 235.2 | 0.32 | 0.85 |
| Hex | CB | CD | E4 | B | A | 0 | B | EB | 20 | 55 |
| Octal | 313 | 315 | 344 | 13 | 12 | 0 | 13 | 353 | 40 | 125 |
| Binary | 11001011 | 11001101 | 11100100 | 1011 | 1010 | 0 | 1011 | 11101011 | 100000 | 1010101 |
Color Harmonies of #CBCDE4
Complementary color
Monochromatic Colors of #CBCDE4
Black with #CBCDE4
Text Example
Text Example
White with #CBCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDE4; }
p { color: rgb(203,205,228); }
H1.HeaderClassName
{
color: #CBCDE4;
}
.AnyTagClassName
{
color: #CBCDE4;
}
</style>
background-color css
<style>
a { background-color: #CBCDE4; }
a { background-color: rgb(203,205,228); }
div.DivClassName
{
background-color: #CBCDE4;
}
.BgClassName
{
background-color: #CBCDE4;
}
</style>
border-color css
<style>
span { border-color: #CBCDE4; }
span { border-color: rgb(203,205,228); }
td.TdClassName
{
border-color: #CBCDE4;
}
.TagClassName
{
border-color: #CBCDE4;
}
</style>