Shades of Periwinkle #C2CBDF
Tints of Periwinkle #C2CBDF
RGB
CMYK
RGB Variations
Color information
#C2CBDF (or 0xC2CBDF) is known color: Periwinkle. HEX triplet: C2, CB and DF. RGB value is (194,203,223). Sum of RGB (Red+Green+Blue) = 194+203+223=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBDF is #3D3420. Grayscale: #CACACA. Windows color (decimal): -4011041 or 14666690. OLE color: 14666690.
HSL color Cylindrical-coordinate representation of color #C2CBDF: hue angle of 221.38º 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 #C2CBDF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 203 | 223 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.13 |
| HSL | 221.38º | 0.31% | 0.82% | - |
| HSV(B) | 221.38º | 0.13% | 0.87% | - |
| XYZ | 56.92 | 59.51 | 78.3 | - |
| YUV | 202.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 223 | 0.13 | 0.09 | 0 | 0.13 | 221.38 | 0.31 | 0.82 |
| Hex | C2 | CB | DF | D | 9 | 0 | D | DD | 1F | 52 |
| Octal | 302 | 313 | 337 | 15 | 11 | 0 | 15 | 335 | 37 | 122 |
| Binary | 11000010 | 11001011 | 11011111 | 1101 | 1001 | 0 | 1101 | 11011101 | 11111 | 1010010 |
Color Harmonies of #C2CBDF
Complementary color
Monochromatic Colors of #C2CBDF
Black with #C2CBDF
Text Example
Text Example
White with #C2CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBDF; }
p { color: rgb(194,203,223); }
H1.HeaderClassName
{
color: #C2CBDF;
}
.AnyTagClassName
{
color: #C2CBDF;
}
</style>
background-color css
<style>
a { background-color: #C2CBDF; }
a { background-color: rgb(194,203,223); }
div.DivClassName
{
background-color: #C2CBDF;
}
.BgClassName
{
background-color: #C2CBDF;
}
</style>
border-color css
<style>
span { border-color: #C2CBDF; }
span { border-color: rgb(194,203,223); }
td.TdClassName
{
border-color: #C2CBDF;
}
.TagClassName
{
border-color: #C2CBDF;
}
</style>