Shades of Periwinkle #CBCFE4
Tints of Periwinkle #CBCFE4
RGB
CMYK
RGB Variations
Color information
#CBCFE4 (or 0xCBCFE4) is known color: Periwinkle. HEX triplet: CB, CF and E4. RGB value is (203,207,228). Sum of RGB (Red+Green+Blue) = 203+207+228=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE4 is #34301B. Grayscale: #D0D0D0. Windows color (decimal): -3420188 or 14995403. OLE color: 14995403.
HSL color Cylindrical-coordinate representation of color #CBCFE4: hue angle of 230.4º 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 #CBCFE4 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 207 | 228 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.11 |
| HSL | 230.4º | 0.32% | 0.85% | - |
| HSV(B) | 230.4º | 0.11% | 0.89% | - |
| XYZ | 60.95 | 62.92 | 82.33 | - |
| YUV | 208.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 228 | 0.11 | 0.09 | 0 | 0.11 | 230.4 | 0.32 | 0.85 |
| Hex | CB | CF | E4 | B | 9 | 0 | B | E6 | 20 | 55 |
| Octal | 313 | 317 | 344 | 13 | 11 | 0 | 13 | 346 | 40 | 125 |
| Binary | 11001011 | 11001111 | 11100100 | 1011 | 1001 | 0 | 1011 | 11100110 | 100000 | 1010101 |
Color Harmonies of #CBCFE4
Complementary color
Monochromatic Colors of #CBCFE4
Black with #CBCFE4
Text Example
Text Example
White with #CBCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFE4; }
p { color: rgb(203,207,228); }
H1.HeaderClassName
{
color: #CBCFE4;
}
.AnyTagClassName
{
color: #CBCFE4;
}
</style>
background-color css
<style>
a { background-color: #CBCFE4; }
a { background-color: rgb(203,207,228); }
div.DivClassName
{
background-color: #CBCFE4;
}
.BgClassName
{
background-color: #CBCFE4;
}
</style>
border-color css
<style>
span { border-color: #CBCFE4; }
span { border-color: rgb(203,207,228); }
td.TdClassName
{
border-color: #CBCFE4;
}
.TagClassName
{
border-color: #CBCFE4;
}
</style>