Shades of Periwinkle #C5CCEB
Tints of Periwinkle #C5CCEB
RGB
CMYK
RGB Variations
Color information
#C5CCEB (or 0xC5CCEB) is known color: Periwinkle. HEX triplet: C5, CC and EB. RGB value is (197,204,235). Sum of RGB (Red+Green+Blue) = 197+204+235=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCEB is #3A3314. Grayscale: #CDCDCD. Windows color (decimal): -3814165 or 15453381. OLE color: 15453381.
HSL color Cylindrical-coordinate representation of color #C5CCEB: hue angle of 228.95º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CCEB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 204 | 235 | - |
CMYK | 0.16 | 0.13 | 0 | 0.08 |
HSL | 228.95º | 0.49% | 0.85% | - |
HSV(B) | 228.95º | 0.16% | 0.92% | - |
XYZ | 59.61 | 61.05 | 87.24 | - |
YUV | 205.44 | 144.68 | 121.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 204 | 235 | 0.16 | 0.13 | 0 | 0.08 | 228.95 | 0.49 | 0.85 |
Hex | C5 | CC | EB | 10 | D | 0 | 8 | E5 | 31 | 55 |
Octal | 305 | 314 | 353 | 20 | 15 | 0 | 10 | 345 | 61 | 125 |
Binary | 11000101 | 11001100 | 11101011 | 10000 | 1101 | 0 | 1000 | 11100101 | 110001 | 1010101 |
Color Harmonies of #C5CCEB
Complementary color
Monochromatic Colors of #C5CCEB
Black with #C5CCEB
Text Example
Text Example
White with #C5CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCEB; }
p { color: rgb(197,204,235); }
H1.HeaderClassName
{
color: #C5CCEB;
}
.AnyTagClassName
{
color: #C5CCEB;
}
</style>
background-color css
<style>
a { background-color: #C5CCEB; }
a { background-color: rgb(197,204,235); }
div.DivClassName
{
background-color: #C5CCEB;
}
.BgClassName
{
background-color: #C5CCEB;
}
</style>
border-color css
<style>
span { border-color: #C5CCEB; }
span { border-color: rgb(197,204,235); }
td.TdClassName
{
border-color: #C5CCEB;
}
.TagClassName
{
border-color: #C5CCEB;
}
</style>