Shades of Periwinkle #C7CCED
Tints of Periwinkle #C7CCED
RGB
CMYK
RGB Variations
Color information
#C7CCED (or 0xC7CCED) is known color: Periwinkle. HEX triplet: C7, CC and ED. RGB value is (199,204,237). Sum of RGB (Red+Green+Blue) = 199+204+237=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CCED is #383312. Grayscale: #CECECE. Windows color (decimal): -3683091 or 15584455. OLE color: 15584455.
HSL color Cylindrical-coordinate representation of color #C7CCED: hue angle of 232.11º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7CCED is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 204 | 237 | - |
CMYK | 0.16 | 0.14 | 0 | 0.07 |
HSL | 232.11º | 0.51% | 0.85% | - |
HSV(B) | 232.11º | 0.16% | 0.93% | - |
XYZ | 60.43 | 61.44 | 88.8 | - |
YUV | 206.27 | 145.34 | 122.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 237 | 0.16 | 0.14 | 0 | 0.07 | 232.11 | 0.51 | 0.85 |
Hex | C7 | CC | ED | 10 | E | 0 | 7 | E8 | 33 | 55 |
Octal | 307 | 314 | 355 | 20 | 16 | 0 | 7 | 350 | 63 | 125 |
Binary | 11000111 | 11001100 | 11101101 | 10000 | 1110 | 0 | 111 | 11101000 | 110011 | 1010101 |
Color Harmonies of #C7CCED
Complementary color
Monochromatic Colors of #C7CCED
Black with #C7CCED
Text Example
Text Example
White with #C7CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCED; }
p { color: rgb(199,204,237); }
H1.HeaderClassName
{
color: #C7CCED;
}
.AnyTagClassName
{
color: #C7CCED;
}
</style>
background-color css
<style>
a { background-color: #C7CCED; }
a { background-color: rgb(199,204,237); }
div.DivClassName
{
background-color: #C7CCED;
}
.BgClassName
{
background-color: #C7CCED;
}
</style>
border-color css
<style>
span { border-color: #C7CCED; }
span { border-color: rgb(199,204,237); }
td.TdClassName
{
border-color: #C7CCED;
}
.TagClassName
{
border-color: #C7CCED;
}
</style>