Shades of Periwinkle #C2D2FB
Tints of Periwinkle #C2D2FB
RGB
CMYK
RGB Variations
Color information
#C2D2FB (or 0xC2D2FB) is known color: Periwinkle. HEX triplet: C2, D2 and FB. RGB value is (194,210,251). Sum of RGB (Red+Green+Blue) = 194+210+251=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D2FB is #3D2D04. Grayscale: #D1D1D1. Windows color (decimal): -4009221 or 16503490. OLE color: 16503490.
HSL color Cylindrical-coordinate representation of color #C2D2FB: hue angle of 223.16º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2D2FB is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 210 | 251 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.02 |
| HSL | 223.16º | 0.88% | 0.87% | - |
| HSV(B) | 223.16º | 0.23% | 0.98% | - |
| XYZ | 62.71 | 64.53 | 100.42 | - |
| YUV | 209.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 251 | 0.23 | 0.16 | 0 | 0.02 | 223.16 | 0.88 | 0.87 |
| Hex | C2 | D2 | FB | 17 | 10 | 0 | 2 | DF | 58 | 57 |
| Octal | 302 | 322 | 373 | 27 | 20 | 0 | 2 | 337 | 130 | 127 |
| Binary | 11000010 | 11010010 | 11111011 | 10111 | 10000 | 0 | 10 | 11011111 | 1011000 | 1010111 |
Color Harmonies of #C2D2FB
Complementary color
Monochromatic Colors of #C2D2FB
Black with #C2D2FB
Text Example
Text Example
White with #C2D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D2FB; }
p { color: rgb(194,210,251); }
H1.HeaderClassName
{
color: #C2D2FB;
}
.AnyTagClassName
{
color: #C2D2FB;
}
</style>
background-color css
<style>
a { background-color: #C2D2FB; }
a { background-color: rgb(194,210,251); }
div.DivClassName
{
background-color: #C2D2FB;
}
.BgClassName
{
background-color: #C2D2FB;
}
</style>
border-color css
<style>
span { border-color: #C2D2FB; }
span { border-color: rgb(194,210,251); }
td.TdClassName
{
border-color: #C2D2FB;
}
.TagClassName
{
border-color: #C2D2FB;
}
</style>