Shades of Periwinkle #CBCFE5
Tints of Periwinkle #CBCFE5
RGB
CMYK
RGB Variations
Color information
#CBCFE5 (or 0xCBCFE5) is known color: Periwinkle. HEX triplet: CB, CF and E5. RGB value is (203,207,229). Sum of RGB (Red+Green+Blue) = 203+207+229=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE5 is #34301A. Grayscale: #D0D0D0. Windows color (decimal): -3420187 or 15060939. OLE color: 15060939.
HSL color Cylindrical-coordinate representation of color #CBCFE5: hue angle of 230.77º 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 #CBCFE5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 207 | 229 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.10 |
| HSL | 230.77º | 0.33% | 0.85% | - |
| HSV(B) | 230.77º | 0.11% | 0.9% | - |
| XYZ | 61.08 | 62.98 | 83.07 | - |
| YUV | 208.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 229 | 0.11 | 0.10 | 0 | 0.10 | 230.77 | 0.33 | 0.85 |
| Hex | CB | CF | E5 | B | A | 0 | A | E7 | 21 | 55 |
| Octal | 313 | 317 | 345 | 13 | 12 | 0 | 12 | 347 | 41 | 125 |
| Binary | 11001011 | 11001111 | 11100101 | 1011 | 1010 | 0 | 1010 | 11100111 | 100001 | 1010101 |
Color Harmonies of #CBCFE5
Complementary color
Monochromatic Colors of #CBCFE5
Black with #CBCFE5
Text Example
Text Example
White with #CBCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFE5; }
p { color: rgb(203,207,229); }
H1.HeaderClassName
{
color: #CBCFE5;
}
.AnyTagClassName
{
color: #CBCFE5;
}
</style>
background-color css
<style>
a { background-color: #CBCFE5; }
a { background-color: rgb(203,207,229); }
div.DivClassName
{
background-color: #CBCFE5;
}
.BgClassName
{
background-color: #CBCFE5;
}
</style>
border-color css
<style>
span { border-color: #CBCFE5; }
span { border-color: rgb(203,207,229); }
td.TdClassName
{
border-color: #CBCFE5;
}
.TagClassName
{
border-color: #CBCFE5;
}
</style>