Shades of Periwinkle #C7CBED
Tints of Periwinkle #C7CBED
RGB
CMYK
RGB Variations
Color information
#C7CBED (or 0xC7CBED) is known color: Periwinkle. HEX triplet: C7, CB and ED. RGB value is (199,203,237). Sum of RGB (Red+Green+Blue) = 199+203+237=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CBED is #383412. Grayscale: #CDCDCD. Windows color (decimal): -3683347 or 15584199. OLE color: 15584199.
HSL color Cylindrical-coordinate representation of color #C7CBED: hue angle of 233.68º 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 #C7CBED is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 203 | 237 | - |
CMYK | 0.16 | 0.14 | 0 | 0.07 |
HSL | 233.68º | 0.51% | 0.85% | - |
HSV(B) | 233.68º | 0.16% | 0.93% | - |
XYZ | 60.2 | 60.97 | 88.72 | - |
YUV | 205.68 | 145.67 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 237 | 0.16 | 0.14 | 0 | 0.07 | 233.68 | 0.51 | 0.85 |
Hex | C7 | CB | ED | 10 | E | 0 | 7 | EA | 33 | 55 |
Octal | 307 | 313 | 355 | 20 | 16 | 0 | 7 | 352 | 63 | 125 |
Binary | 11000111 | 11001011 | 11101101 | 10000 | 1110 | 0 | 111 | 11101010 | 110011 | 1010101 |
Color Harmonies of #C7CBED
Complementary color
Monochromatic Colors of #C7CBED
Black with #C7CBED
Text Example
Text Example
White with #C7CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBED; }
p { color: rgb(199,203,237); }
H1.HeaderClassName
{
color: #C7CBED;
}
.AnyTagClassName
{
color: #C7CBED;
}
</style>
background-color css
<style>
a { background-color: #C7CBED; }
a { background-color: rgb(199,203,237); }
div.DivClassName
{
background-color: #C7CBED;
}
.BgClassName
{
background-color: #C7CBED;
}
</style>
border-color css
<style>
span { border-color: #C7CBED; }
span { border-color: rgb(199,203,237); }
td.TdClassName
{
border-color: #C7CBED;
}
.TagClassName
{
border-color: #C7CBED;
}
</style>