Shades of Periwinkle #C2D1FC
Tints of Periwinkle #C2D1FC
RGB
CMYK
RGB Variations
Color information
#C2D1FC (or 0xC2D1FC) is known color: Periwinkle. HEX triplet: C2, D1 and FC. RGB value is (194,209,252). Sum of RGB (Red+Green+Blue) = 194+209+252=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2D1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D1FC is #3D2E03. Grayscale: #D1D1D1. Windows color (decimal): -4009476 or 16568770. OLE color: 16568770.
HSL color Cylindrical-coordinate representation of color #C2D1FC: hue angle of 224.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2D1FC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 209 | 252 | - |
CMYK | 0.23 | 0.17 | 0 | 0.01 |
HSL | 224.48º | 0.91% | 0.87% | - |
HSV(B) | 224.48º | 0.23% | 0.99% | - |
XYZ | 62.62 | 64.1 | 101.17 | - |
YUV | 209.42 | 152.03 | 117 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 209 | 252 | 0.23 | 0.17 | 0 | 0.01 | 224.48 | 0.91 | 0.87 |
Hex | C2 | D1 | FC | 17 | 11 | 0 | 1 | E0 | 5B | 57 |
Octal | 302 | 321 | 374 | 27 | 21 | 0 | 1 | 340 | 133 | 127 |
Binary | 11000010 | 11010001 | 11111100 | 10111 | 10001 | 0 | 1 | 11100000 | 1011011 | 1010111 |
Color Harmonies of #C2D1FC
Complementary color
Monochromatic Colors of #C2D1FC
Black with #C2D1FC
Text Example
Text Example
White with #C2D1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1FC; }
p { color: rgb(194,209,252); }
H1.HeaderClassName
{
color: #C2D1FC;
}
.AnyTagClassName
{
color: #C2D1FC;
}
</style>
background-color css
<style>
a { background-color: #C2D1FC; }
a { background-color: rgb(194,209,252); }
div.DivClassName
{
background-color: #C2D1FC;
}
.BgClassName
{
background-color: #C2D1FC;
}
</style>
border-color css
<style>
span { border-color: #C2D1FC; }
span { border-color: rgb(194,209,252); }
td.TdClassName
{
border-color: #C2D1FC;
}
.TagClassName
{
border-color: #C2D1FC;
}
</style>