Shades of Periwinkle #C7CCDF
Tints of Periwinkle #C7CCDF
RGB
CMYK
RGB Variations
Color information
#C7CCDF (or 0xC7CCDF) is known color: Periwinkle. HEX triplet: C7, CC and DF. RGB value is (199,204,223). Sum of RGB (Red+Green+Blue) = 199+204+223=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCDF is #383320. Grayscale: #CCCCCC. Windows color (decimal): -3683105 or 14666951. OLE color: 14666951.
HSL color Cylindrical-coordinate representation of color #C7CCDF: hue angle of 227.5º 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 #C7CCDF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 204 | 223 | - |
CMYK | 0.11 | 0.09 | 0 | 0.13 |
HSL | 227.5º | 0.27% | 0.83% | - |
HSV(B) | 227.5º | 0.11% | 0.87% | - |
XYZ | 58.47 | 60.66 | 78.44 | - |
YUV | 204.67 | 138.34 | 123.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 223 | 0.11 | 0.09 | 0 | 0.13 | 227.5 | 0.27 | 0.83 |
Hex | C7 | CC | DF | B | 9 | 0 | D | E4 | 1B | 53 |
Octal | 307 | 314 | 337 | 13 | 11 | 0 | 15 | 344 | 33 | 123 |
Binary | 11000111 | 11001100 | 11011111 | 1011 | 1001 | 0 | 1101 | 11100100 | 11011 | 1010011 |
Color Harmonies of #C7CCDF
Complementary color
Monochromatic Colors of #C7CCDF
Black with #C7CCDF
Text Example
Text Example
White with #C7CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCDF; }
p { color: rgb(199,204,223); }
H1.HeaderClassName
{
color: #C7CCDF;
}
.AnyTagClassName
{
color: #C7CCDF;
}
</style>
background-color css
<style>
a { background-color: #C7CCDF; }
a { background-color: rgb(199,204,223); }
div.DivClassName
{
background-color: #C7CCDF;
}
.BgClassName
{
background-color: #C7CCDF;
}
</style>
border-color css
<style>
span { border-color: #C7CCDF; }
span { border-color: rgb(199,204,223); }
td.TdClassName
{
border-color: #C7CCDF;
}
.TagClassName
{
border-color: #C7CCDF;
}
</style>