Shades of Periwinkle #C5CBED
Tints of Periwinkle #C5CBED
RGB
CMYK
RGB Variations
Color information
#C5CBED (or 0xC5CBED) is known color: Periwinkle. HEX triplet: C5, CB and ED. RGB value is (197,203,237). Sum of RGB (Red+Green+Blue) = 197+203+237=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBED is #3A3412. Grayscale: #CCCCCC. Windows color (decimal): -3814419 or 15584197. OLE color: 15584197.
HSL color Cylindrical-coordinate representation of color #C5CBED: hue angle of 231º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CBED is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 203 | 237 | - |
CMYK | 0.17 | 0.14 | 0 | 0.07 |
HSL | 231º | 0.53% | 0.85% | - |
HSV(B) | 231º | 0.17% | 0.93% | - |
XYZ | 59.67 | 60.7 | 88.69 | - |
YUV | 205.08 | 146.01 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 203 | 237 | 0.17 | 0.14 | 0 | 0.07 | 231 | 0.53 | 0.85 |
Hex | C5 | CB | ED | 11 | E | 0 | 7 | E7 | 35 | 55 |
Octal | 305 | 313 | 355 | 21 | 16 | 0 | 7 | 347 | 65 | 125 |
Binary | 11000101 | 11001011 | 11101101 | 10001 | 1110 | 0 | 111 | 11100111 | 110101 | 1010101 |
Color Harmonies of #C5CBED
Complementary color
Monochromatic Colors of #C5CBED
Black with #C5CBED
Text Example
Text Example
White with #C5CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBED; }
p { color: rgb(197,203,237); }
H1.HeaderClassName
{
color: #C5CBED;
}
.AnyTagClassName
{
color: #C5CBED;
}
</style>
background-color css
<style>
a { background-color: #C5CBED; }
a { background-color: rgb(197,203,237); }
div.DivClassName
{
background-color: #C5CBED;
}
.BgClassName
{
background-color: #C5CBED;
}
</style>
border-color css
<style>
span { border-color: #C5CBED; }
span { border-color: rgb(197,203,237); }
td.TdClassName
{
border-color: #C5CBED;
}
.TagClassName
{
border-color: #C5CBED;
}
</style>