Shades of Periwinkle #C7CBDE
Tints of Periwinkle #C7CBDE
RGB
CMYK
RGB Variations
Color information
#C7CBDE (or 0xC7CBDE) is known color: Periwinkle. HEX triplet: C7, CB and DE. RGB value is (199,203,222). Sum of RGB (Red+Green+Blue) = 199+203+222=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDE is #383421. Grayscale: #CBCBCB. Windows color (decimal): -3683362 or 14601159. OLE color: 14601159.
HSL color Cylindrical-coordinate representation of color #C7CBDE: hue angle of 229.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CBDE is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 203 | 222 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.13 |
| HSL | 229.57º | 0.26% | 0.83% | - |
| HSV(B) | 229.57º | 0.1% | 0.87% | - |
| XYZ | 58.09 | 60.13 | 77.65 | - |
| YUV | 203.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 222 | 0.10 | 0.09 | 0 | 0.13 | 229.57 | 0.26 | 0.83 |
| Hex | C7 | CB | DE | A | 9 | 0 | D | E6 | 1A | 53 |
| Octal | 307 | 313 | 336 | 12 | 11 | 0 | 15 | 346 | 32 | 123 |
| Binary | 11000111 | 11001011 | 11011110 | 1010 | 1001 | 0 | 1101 | 11100110 | 11010 | 1010011 |
Color Harmonies of #C7CBDE
Complementary color
Monochromatic Colors of #C7CBDE
Black with #C7CBDE
Text Example
Text Example
White with #C7CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBDE; }
p { color: rgb(199,203,222); }
H1.HeaderClassName
{
color: #C7CBDE;
}
.AnyTagClassName
{
color: #C7CBDE;
}
</style>
background-color css
<style>
a { background-color: #C7CBDE; }
a { background-color: rgb(199,203,222); }
div.DivClassName
{
background-color: #C7CBDE;
}
.BgClassName
{
background-color: #C7CBDE;
}
</style>
border-color css
<style>
span { border-color: #C7CBDE; }
span { border-color: rgb(199,203,222); }
td.TdClassName
{
border-color: #C7CBDE;
}
.TagClassName
{
border-color: #C7CBDE;
}
</style>