Shades of Periwinkle #C7CCDD
Tints of Periwinkle #C7CCDD
RGB
CMYK
RGB Variations
Color information
#C7CCDD (or 0xC7CCDD) is known color: Periwinkle. HEX triplet: C7, CC and DD. RGB value is (199,204,221). Sum of RGB (Red+Green+Blue) = 199+204+221=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCDD is #383322. Grayscale: #CCCCCC. Windows color (decimal): -3683107 or 14535879. OLE color: 14535879.
HSL color Cylindrical-coordinate representation of color #C7CCDD: hue angle of 226.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CCDD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 204 | 221 | - |
CMYK | 0.10 | 0.08 | 0 | 0.13 |
HSL | 226.36º | 0.24% | 0.82% | - |
HSV(B) | 226.36º | 0.1% | 0.87% | - |
XYZ | 58.2 | 60.55 | 77.03 | - |
YUV | 204.44 | 137.34 | 124.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 221 | 0.10 | 0.08 | 0 | 0.13 | 226.36 | 0.24 | 0.82 |
Hex | C7 | CC | DD | A | 8 | 0 | D | E2 | 18 | 52 |
Octal | 307 | 314 | 335 | 12 | 10 | 0 | 15 | 342 | 30 | 122 |
Binary | 11000111 | 11001100 | 11011101 | 1010 | 1000 | 0 | 1101 | 11100010 | 11000 | 1010010 |
Color Harmonies of #C7CCDD
Complementary color
Monochromatic Colors of #C7CCDD
Black with #C7CCDD
Text Example
Text Example
White with #C7CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCDD; }
p { color: rgb(199,204,221); }
H1.HeaderClassName
{
color: #C7CCDD;
}
.AnyTagClassName
{
color: #C7CCDD;
}
</style>
background-color css
<style>
a { background-color: #C7CCDD; }
a { background-color: rgb(199,204,221); }
div.DivClassName
{
background-color: #C7CCDD;
}
.BgClassName
{
background-color: #C7CCDD;
}
</style>
border-color css
<style>
span { border-color: #C7CCDD; }
span { border-color: rgb(199,204,221); }
td.TdClassName
{
border-color: #C7CCDD;
}
.TagClassName
{
border-color: #C7CCDD;
}
</style>