Shades of Periwinkle #C2D0FC
Tints of Periwinkle #C2D0FC
RGB
CMYK
RGB Variations
Color information
#C2D0FC (or 0xC2D0FC) is known color: Periwinkle. HEX triplet: C2, D0 and FC. RGB value is (194,208,252). Sum of RGB (Red+Green+Blue) = 194+208+252=654 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.66% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2D0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D0FC is #3D2F03. Grayscale: #D0D0D0. Windows color (decimal): -4009732 or 16568514. OLE color: 16568514.
HSL color Cylindrical-coordinate representation of color #C2D0FC: hue angle of 225.52º 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 #C2D0FC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 208 | 252 | - |
CMYK | 0.23 | 0.17 | 0 | 0.01 |
HSL | 225.52º | 0.91% | 0.87% | - |
HSV(B) | 225.52º | 0.23% | 0.99% | - |
XYZ | 62.37 | 63.61 | 101.09 | - |
YUV | 208.83 | 152.36 | 117.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 208 | 252 | 0.23 | 0.17 | 0 | 0.01 | 225.52 | 0.91 | 0.87 |
Hex | C2 | D0 | FC | 17 | 11 | 0 | 1 | E2 | 5B | 57 |
Octal | 302 | 320 | 374 | 27 | 21 | 0 | 1 | 342 | 133 | 127 |
Binary | 11000010 | 11010000 | 11111100 | 10111 | 10001 | 0 | 1 | 11100010 | 1011011 | 1010111 |
Color Harmonies of #C2D0FC
Complementary color
Monochromatic Colors of #C2D0FC
Black with #C2D0FC
Text Example
Text Example
White with #C2D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D0FC; }
p { color: rgb(194,208,252); }
H1.HeaderClassName
{
color: #C2D0FC;
}
.AnyTagClassName
{
color: #C2D0FC;
}
</style>
background-color css
<style>
a { background-color: #C2D0FC; }
a { background-color: rgb(194,208,252); }
div.DivClassName
{
background-color: #C2D0FC;
}
.BgClassName
{
background-color: #C2D0FC;
}
</style>
border-color css
<style>
span { border-color: #C2D0FC; }
span { border-color: rgb(194,208,252); }
td.TdClassName
{
border-color: #C2D0FC;
}
.TagClassName
{
border-color: #C2D0FC;
}
</style>