Shades of Periwinkle #C2CAEF
Tints of Periwinkle #C2CAEF
RGB
CMYK
RGB Variations
Color information
#C2CAEF (or 0xC2CAEF) is known color: Periwinkle. HEX triplet: C2, CA and EF. RGB value is (194,202,239). Sum of RGB (Red+Green+Blue) = 194+202+239=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAEF is #3D3510. Grayscale: #CBCBCB. Windows color (decimal): -4011281 or 15715010. OLE color: 15715010.
HSL color Cylindrical-coordinate representation of color #C2CAEF: hue angle of 229.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2CAEF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 202 | 239 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.06 |
| HSL | 229.33º | 0.58% | 0.85% | - |
| HSV(B) | 229.33º | 0.19% | 0.94% | - |
| XYZ | 58.95 | 59.94 | 90.12 | - |
| YUV | 203.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 239 | 0.19 | 0.15 | 0 | 0.06 | 229.33 | 0.58 | 0.85 |
| Hex | C2 | CA | EF | 13 | F | 0 | 6 | E5 | 3A | 55 |
| Octal | 302 | 312 | 357 | 23 | 17 | 0 | 6 | 345 | 72 | 125 |
| Binary | 11000010 | 11001010 | 11101111 | 10011 | 1111 | 0 | 110 | 11100101 | 111010 | 1010101 |
Color Harmonies of #C2CAEF
Complementary color
Monochromatic Colors of #C2CAEF
Black with #C2CAEF
Text Example
Text Example
White with #C2CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAEF; }
p { color: rgb(194,202,239); }
H1.HeaderClassName
{
color: #C2CAEF;
}
.AnyTagClassName
{
color: #C2CAEF;
}
</style>
background-color css
<style>
a { background-color: #C2CAEF; }
a { background-color: rgb(194,202,239); }
div.DivClassName
{
background-color: #C2CAEF;
}
.BgClassName
{
background-color: #C2CAEF;
}
</style>
border-color css
<style>
span { border-color: #C2CAEF; }
span { border-color: rgb(194,202,239); }
td.TdClassName
{
border-color: #C2CAEF;
}
.TagClassName
{
border-color: #C2CAEF;
}
</style>