Shades of Periwinkle #C7CBDF
Tints of Periwinkle #C7CBDF
RGB
CMYK
RGB Variations
Color information
#C7CBDF (or 0xC7CBDF) is known color: Periwinkle. HEX triplet: C7, CB and DF. RGB value is (199,203,223). Sum of RGB (Red+Green+Blue) = 199+203+223=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDF is #383420. Grayscale: #CCCCCC. Windows color (decimal): -3683361 or 14666695. OLE color: 14666695.
HSL color Cylindrical-coordinate representation of color #C7CBDF: hue angle of 230º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7CBDF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 203 | 223 | - |
CMYK | 0.11 | 0.09 | 0 | 0.13 |
HSL | 230º | 0.27% | 0.83% | - |
HSV(B) | 230º | 0.11% | 0.87% | - |
XYZ | 58.23 | 60.18 | 78.36 | - |
YUV | 204.08 | 138.67 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 223 | 0.11 | 0.09 | 0 | 0.13 | 230 | 0.27 | 0.83 |
Hex | C7 | CB | DF | B | 9 | 0 | D | E6 | 1B | 53 |
Octal | 307 | 313 | 337 | 13 | 11 | 0 | 15 | 346 | 33 | 123 |
Binary | 11000111 | 11001011 | 11011111 | 1011 | 1001 | 0 | 1101 | 11100110 | 11011 | 1010011 |
Color Harmonies of #C7CBDF
Complementary color
Monochromatic Colors of #C7CBDF
Black with #C7CBDF
Text Example
Text Example
White with #C7CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBDF; }
p { color: rgb(199,203,223); }
H1.HeaderClassName
{
color: #C7CBDF;
}
.AnyTagClassName
{
color: #C7CBDF;
}
</style>
background-color css
<style>
a { background-color: #C7CBDF; }
a { background-color: rgb(199,203,223); }
div.DivClassName
{
background-color: #C7CBDF;
}
.BgClassName
{
background-color: #C7CBDF;
}
</style>
border-color css
<style>
span { border-color: #C7CBDF; }
span { border-color: rgb(199,203,223); }
td.TdClassName
{
border-color: #C7CBDF;
}
.TagClassName
{
border-color: #C7CBDF;
}
</style>