Shades of Periwinkle #C2D0EA
Tints of Periwinkle #C2D0EA
RGB
CMYK
RGB Variations
Color information
#C2D0EA (or 0xC2D0EA) is known color: Periwinkle. HEX triplet: C2, D0 and EA. RGB value is (194,208,234). Sum of RGB (Red+Green+Blue) = 194+208+234=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2D0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D0EA is #3D2F15. Grayscale: #CECECE. Windows color (decimal): -4009750 or 15388866. OLE color: 15388866.
HSL color Cylindrical-coordinate representation of color #C2D0EA: hue angle of 219º degrees, saturation: 0.49, 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 #C2D0EA is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 208 | 234 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.08 |
| HSL | 219º | 0.49% | 0.84% | - |
| HSV(B) | 219º | 0.17% | 0.92% | - |
| XYZ | 59.66 | 62.52 | 86.77 | - |
| YUV | 206.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 234 | 0.17 | 0.11 | 0 | 0.08 | 219 | 0.49 | 0.84 |
| Hex | C2 | D0 | EA | 11 | B | 0 | 8 | DB | 31 | 54 |
| Octal | 302 | 320 | 352 | 21 | 13 | 0 | 10 | 333 | 61 | 124 |
| Binary | 11000010 | 11010000 | 11101010 | 10001 | 1011 | 0 | 1000 | 11011011 | 110001 | 1010100 |
Color Harmonies of #C2D0EA
Complementary color
Monochromatic Colors of #C2D0EA
Black with #C2D0EA
Text Example
Text Example
White with #C2D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D0EA; }
p { color: rgb(194,208,234); }
H1.HeaderClassName
{
color: #C2D0EA;
}
.AnyTagClassName
{
color: #C2D0EA;
}
</style>
background-color css
<style>
a { background-color: #C2D0EA; }
a { background-color: rgb(194,208,234); }
div.DivClassName
{
background-color: #C2D0EA;
}
.BgClassName
{
background-color: #C2D0EA;
}
</style>
border-color css
<style>
span { border-color: #C2D0EA; }
span { border-color: rgb(194,208,234); }
td.TdClassName
{
border-color: #C2D0EA;
}
.TagClassName
{
border-color: #C2D0EA;
}
</style>