Shades of Periwinkle #CBCFE7
Tints of Periwinkle #CBCFE7
RGB
CMYK
RGB Variations
Color information
#CBCFE7 (or 0xCBCFE7) is known color: Periwinkle. HEX triplet: CB, CF and E7. RGB value is (203,207,231). Sum of RGB (Red+Green+Blue) = 203+207+231=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFE7 is #343018. Grayscale: #D0D0D0. Windows color (decimal): -3420185 or 15192011. OLE color: 15192011.
HSL color Cylindrical-coordinate representation of color #CBCFE7: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCFE7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 203 | 207 | 231 | - |
CMYK | 0.12 | 0.10 | 0 | 0.09 |
HSL | 231.43º | 0.37% | 0.85% | - |
HSV(B) | 231.43º | 0.12% | 0.91% | - |
XYZ | 61.37 | 63.09 | 84.54 | - |
YUV | 208.54 | 140.67 | 124.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 207 | 231 | 0.12 | 0.10 | 0 | 0.09 | 231.43 | 0.37 | 0.85 |
Hex | CB | CF | E7 | C | A | 0 | 9 | E7 | 25 | 55 |
Octal | 313 | 317 | 347 | 14 | 12 | 0 | 11 | 347 | 45 | 125 |
Binary | 11001011 | 11001111 | 11100111 | 1100 | 1010 | 0 | 1001 | 11100111 | 100101 | 1010101 |
Color Harmonies of #CBCFE7
Complementary color
Monochromatic Colors of #CBCFE7
Black with #CBCFE7
Text Example
Text Example
White with #CBCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFE7; }
p { color: rgb(203,207,231); }
H1.HeaderClassName
{
color: #CBCFE7;
}
.AnyTagClassName
{
color: #CBCFE7;
}
</style>
background-color css
<style>
a { background-color: #CBCFE7; }
a { background-color: rgb(203,207,231); }
div.DivClassName
{
background-color: #CBCFE7;
}
.BgClassName
{
background-color: #CBCFE7;
}
</style>
border-color css
<style>
span { border-color: #CBCFE7; }
span { border-color: rgb(203,207,231); }
td.TdClassName
{
border-color: #CBCFE7;
}
.TagClassName
{
border-color: #CBCFE7;
}
</style>