Shades of Periwinkle #C5CADE
Tints of Periwinkle #C5CADE
RGB
CMYK
RGB Variations
Color information
#C5CADE (or 0xC5CADE) is known color: Periwinkle. HEX triplet: C5, CA and DE. RGB value is (197,202,222). Sum of RGB (Red+Green+Blue) = 197+202+222=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CADE is #3A3521. Grayscale: #CACACA. Windows color (decimal): -3814690 or 14600901. OLE color: 14600901.
HSL color Cylindrical-coordinate representation of color #C5CADE: hue angle of 228º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CADE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 202 | 222 | - |
CMYK | 0.11 | 0.09 | 0 | 0.13 |
HSL | 228º | 0.27% | 0.82% | - |
HSV(B) | 228º | 0.11% | 0.87% | - |
XYZ | 57.33 | 59.39 | 77.55 | - |
YUV | 202.79 | 138.84 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 222 | 0.11 | 0.09 | 0 | 0.13 | 228 | 0.27 | 0.82 |
Hex | C5 | CA | DE | B | 9 | 0 | D | E4 | 1B | 52 |
Octal | 305 | 312 | 336 | 13 | 11 | 0 | 15 | 344 | 33 | 122 |
Binary | 11000101 | 11001010 | 11011110 | 1011 | 1001 | 0 | 1101 | 11100100 | 11011 | 1010010 |
Color Harmonies of #C5CADE
Complementary color
Monochromatic Colors of #C5CADE
Black with #C5CADE
Text Example
Text Example
White with #C5CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CADE; }
p { color: rgb(197,202,222); }
H1.HeaderClassName
{
color: #C5CADE;
}
.AnyTagClassName
{
color: #C5CADE;
}
</style>
background-color css
<style>
a { background-color: #C5CADE; }
a { background-color: rgb(197,202,222); }
div.DivClassName
{
background-color: #C5CADE;
}
.BgClassName
{
background-color: #C5CADE;
}
</style>
border-color css
<style>
span { border-color: #C5CADE; }
span { border-color: rgb(197,202,222); }
td.TdClassName
{
border-color: #C5CADE;
}
.TagClassName
{
border-color: #C5CADE;
}
</style>