Shades of Periwinkle #C2CDEB
Tints of Periwinkle #C2CDEB
RGB
CMYK
RGB Variations
Color information
#C2CDEB (or 0xC2CDEB) is known color: Periwinkle. HEX triplet: C2, CD and EB. RGB value is (194,205,235). Sum of RGB (Red+Green+Blue) = 194+205+235=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDEB is #3D3214. Grayscale: #CCCCCC. Windows color (decimal): -4010517 or 15453634. OLE color: 15453634.
HSL color Cylindrical-coordinate representation of color #C2CDEB: hue angle of 223.9º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CDEB is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 205 | 235 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.08 |
| HSL | 223.9º | 0.51% | 0.84% | - |
| HSV(B) | 223.9º | 0.17% | 0.92% | - |
| XYZ | 59.07 | 61.13 | 87.28 | - |
| YUV | 205.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 235 | 0.17 | 0.13 | 0 | 0.08 | 223.9 | 0.51 | 0.84 |
| Hex | C2 | CD | EB | 11 | D | 0 | 8 | E0 | 33 | 54 |
| Octal | 302 | 315 | 353 | 21 | 15 | 0 | 10 | 340 | 63 | 124 |
| Binary | 11000010 | 11001101 | 11101011 | 10001 | 1101 | 0 | 1000 | 11100000 | 110011 | 1010100 |
Color Harmonies of #C2CDEB
Complementary color
Monochromatic Colors of #C2CDEB
Black with #C2CDEB
Text Example
Text Example
White with #C2CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDEB; }
p { color: rgb(194,205,235); }
H1.HeaderClassName
{
color: #C2CDEB;
}
.AnyTagClassName
{
color: #C2CDEB;
}
</style>
background-color css
<style>
a { background-color: #C2CDEB; }
a { background-color: rgb(194,205,235); }
div.DivClassName
{
background-color: #C2CDEB;
}
.BgClassName
{
background-color: #C2CDEB;
}
</style>
border-color css
<style>
span { border-color: #C2CDEB; }
span { border-color: rgb(194,205,235); }
td.TdClassName
{
border-color: #C2CDEB;
}
.TagClassName
{
border-color: #C2CDEB;
}
</style>