Shades of Periwinkle #C7CDDF
Tints of Periwinkle #C7CDDF
RGB
CMYK
RGB Variations
Color information
#C7CDDF (or 0xC7CDDF) is known color: Periwinkle. HEX triplet: C7, CD and DF. RGB value is (199,205,223). Sum of RGB (Red+Green+Blue) = 199+205+223=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDDF is #383220. Grayscale: #CDCDCD. Windows color (decimal): -3682849 or 14667207. OLE color: 14667207.
HSL color Cylindrical-coordinate representation of color #C7CDDF: hue angle of 225º 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 #C7CDDF is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 205 | 223 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.13 |
| HSL | 225º | 0.27% | 0.83% | - |
| HSV(B) | 225º | 0.11% | 0.87% | - |
| XYZ | 58.7 | 61.13 | 78.52 | - |
| YUV | 205.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 205 | 223 | 0.11 | 0.08 | 0 | 0.13 | 225 | 0.27 | 0.83 |
| Hex | C7 | CD | DF | B | 8 | 0 | D | E1 | 1B | 53 |
| Octal | 307 | 315 | 337 | 13 | 10 | 0 | 15 | 341 | 33 | 123 |
| Binary | 11000111 | 11001101 | 11011111 | 1011 | 1000 | 0 | 1101 | 11100001 | 11011 | 1010011 |
Color Harmonies of #C7CDDF
Complementary color
Monochromatic Colors of #C7CDDF
Black with #C7CDDF
Text Example
Text Example
White with #C7CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDDF; }
p { color: rgb(199,205,223); }
H1.HeaderClassName
{
color: #C7CDDF;
}
.AnyTagClassName
{
color: #C7CDDF;
}
</style>
background-color css
<style>
a { background-color: #C7CDDF; }
a { background-color: rgb(199,205,223); }
div.DivClassName
{
background-color: #C7CDDF;
}
.BgClassName
{
background-color: #C7CDDF;
}
</style>
border-color css
<style>
span { border-color: #C7CDDF; }
span { border-color: rgb(199,205,223); }
td.TdClassName
{
border-color: #C7CDDF;
}
.TagClassName
{
border-color: #C7CDDF;
}
</style>