Shades of Periwinkle #C2CADF
Tints of Periwinkle #C2CADF
RGB
CMYK
RGB Variations
Color information
#C2CADF (or 0xC2CADF) is known color: Periwinkle. HEX triplet: C2, CA and DF. RGB value is (194,202,223). Sum of RGB (Red+Green+Blue) = 194+202+223=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CADF is #3D3520. Grayscale: #C9C9C9. Windows color (decimal): -4011297 or 14666434. OLE color: 14666434.
HSL color Cylindrical-coordinate representation of color #C2CADF: hue angle of 223.45º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CADF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 202 | 223 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.13 |
| HSL | 223.45º | 0.31% | 0.82% | - |
| HSV(B) | 223.45º | 0.13% | 0.87% | - |
| XYZ | 56.69 | 59.04 | 78.22 | - |
| YUV | 202 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 223 | 0.13 | 0.09 | 0 | 0.13 | 223.45 | 0.31 | 0.82 |
| Hex | C2 | CA | DF | D | 9 | 0 | D | DF | 1F | 52 |
| Octal | 302 | 312 | 337 | 15 | 11 | 0 | 15 | 337 | 37 | 122 |
| Binary | 11000010 | 11001010 | 11011111 | 1101 | 1001 | 0 | 1101 | 11011111 | 11111 | 1010010 |
Color Harmonies of #C2CADF
Complementary color
Monochromatic Colors of #C2CADF
Black with #C2CADF
Text Example
Text Example
White with #C2CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CADF; }
p { color: rgb(194,202,223); }
H1.HeaderClassName
{
color: #C2CADF;
}
.AnyTagClassName
{
color: #C2CADF;
}
</style>
background-color css
<style>
a { background-color: #C2CADF; }
a { background-color: rgb(194,202,223); }
div.DivClassName
{
background-color: #C2CADF;
}
.BgClassName
{
background-color: #C2CADF;
}
</style>
border-color css
<style>
span { border-color: #C2CADF; }
span { border-color: rgb(194,202,223); }
td.TdClassName
{
border-color: #C2CADF;
}
.TagClassName
{
border-color: #C2CADF;
}
</style>