Shades of Periwinkle #C2D1FB
Tints of Periwinkle #C2D1FB
RGB
CMYK
RGB Variations
Color information
#C2D1FB (or 0xC2D1FB) is known color: Periwinkle. HEX triplet: C2, D1 and FB. RGB value is (194,209,251). Sum of RGB (Red+Green+Blue) = 194+209+251=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D1FB is #3D2E04. Grayscale: #D1D1D1. Windows color (decimal): -4009477 or 16503234. OLE color: 16503234.
HSL color Cylindrical-coordinate representation of color #C2D1FB: hue angle of 224.21º 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 #C2D1FB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 194 | 209 | 251 | - |
CMYK | 0.23 | 0.17 | 0 | 0.02 |
HSL | 224.21º | 0.88% | 0.87% | - |
HSV(B) | 224.21º | 0.23% | 0.98% | - |
XYZ | 62.46 | 64.04 | 100.33 | - |
YUV | 209.3 | 151.53 | 117.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 209 | 251 | 0.23 | 0.17 | 0 | 0.02 | 224.21 | 0.88 | 0.87 |
Hex | C2 | D1 | FB | 17 | 11 | 0 | 2 | E0 | 58 | 57 |
Octal | 302 | 321 | 373 | 27 | 21 | 0 | 2 | 340 | 130 | 127 |
Binary | 11000010 | 11010001 | 11111011 | 10111 | 10001 | 0 | 10 | 11100000 | 1011000 | 1010111 |
Color Harmonies of #C2D1FB
Complementary color
Monochromatic Colors of #C2D1FB
Black with #C2D1FB
Text Example
Text Example
White with #C2D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1FB; }
p { color: rgb(194,209,251); }
H1.HeaderClassName
{
color: #C2D1FB;
}
.AnyTagClassName
{
color: #C2D1FB;
}
</style>
background-color css
<style>
a { background-color: #C2D1FB; }
a { background-color: rgb(194,209,251); }
div.DivClassName
{
background-color: #C2D1FB;
}
.BgClassName
{
background-color: #C2D1FB;
}
</style>
border-color css
<style>
span { border-color: #C2D1FB; }
span { border-color: rgb(194,209,251); }
td.TdClassName
{
border-color: #C2D1FB;
}
.TagClassName
{
border-color: #C2D1FB;
}
</style>