Shades of Periwinkle #C2D3F9
Tints of Periwinkle #C2D3F9
RGB
CMYK
RGB Variations
Color information
#C2D3F9 (or 0xC2D3F9) is known color: Periwinkle. HEX triplet: C2, D3 and F9. RGB value is (194,211,249). Sum of RGB (Red+Green+Blue) = 194+211+249=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D3F9 is #3D2C06. Grayscale: #D2D2D2. Windows color (decimal): -4008967 or 16372674. OLE color: 16372674.
HSL color Cylindrical-coordinate representation of color #C2D3F9: hue angle of 221.45º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2D3F9 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 211 | 249 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.02 |
| HSL | 221.45º | 0.82% | 0.87% | - |
| HSV(B) | 221.45º | 0.22% | 0.98% | - |
| XYZ | 62.64 | 64.9 | 98.85 | - |
| YUV | 210.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 249 | 0.22 | 0.15 | 0 | 0.02 | 221.45 | 0.82 | 0.87 |
| Hex | C2 | D3 | F9 | 16 | F | 0 | 2 | DD | 52 | 57 |
| Octal | 302 | 323 | 371 | 26 | 17 | 0 | 2 | 335 | 122 | 127 |
| Binary | 11000010 | 11010011 | 11111001 | 10110 | 1111 | 0 | 10 | 11011101 | 1010010 | 1010111 |
Color Harmonies of #C2D3F9
Complementary color
Monochromatic Colors of #C2D3F9
Black with #C2D3F9
Text Example
Text Example
White with #C2D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3F9; }
p { color: rgb(194,211,249); }
H1.HeaderClassName
{
color: #C2D3F9;
}
.AnyTagClassName
{
color: #C2D3F9;
}
</style>
background-color css
<style>
a { background-color: #C2D3F9; }
a { background-color: rgb(194,211,249); }
div.DivClassName
{
background-color: #C2D3F9;
}
.BgClassName
{
background-color: #C2D3F9;
}
</style>
border-color css
<style>
span { border-color: #C2D3F9; }
span { border-color: rgb(194,211,249); }
td.TdClassName
{
border-color: #C2D3F9;
}
.TagClassName
{
border-color: #C2D3F9;
}
</style>