Shades of Periwinkle #C4CAE6
Tints of Periwinkle #C4CAE6
RGB
CMYK
RGB Variations
Color information
#C4CAE6 (or 0xC4CAE6) is known color: Periwinkle. HEX triplet: C4, CA and E6. RGB value is (196,202,230). Sum of RGB (Red+Green+Blue) = 196+202+230=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAE6 is #3B3519. Grayscale: #CBCBCB. Windows color (decimal): -3880218 or 15125188. OLE color: 15125188.
HSL color Cylindrical-coordinate representation of color #C4CAE6: hue angle of 229.41º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4CAE6 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 202 | 230 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.10 |
| HSL | 229.41º | 0.4% | 0.84% | - |
| HSV(B) | 229.41º | 0.15% | 0.9% | - |
| XYZ | 58.17 | 59.69 | 83.32 | - |
| YUV | 203.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 230 | 0.15 | 0.12 | 0 | 0.10 | 229.41 | 0.4 | 0.84 |
| Hex | C4 | CA | E6 | F | C | 0 | A | E5 | 28 | 54 |
| Octal | 304 | 312 | 346 | 17 | 14 | 0 | 12 | 345 | 50 | 124 |
| Binary | 11000100 | 11001010 | 11100110 | 1111 | 1100 | 0 | 1010 | 11100101 | 101000 | 1010100 |
Color Harmonies of #C4CAE6
Complementary color
Monochromatic Colors of #C4CAE6
Black with #C4CAE6
Text Example
Text Example
White with #C4CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CAE6; }
p { color: rgb(196,202,230); }
H1.HeaderClassName
{
color: #C4CAE6;
}
.AnyTagClassName
{
color: #C4CAE6;
}
</style>
background-color css
<style>
a { background-color: #C4CAE6; }
a { background-color: rgb(196,202,230); }
div.DivClassName
{
background-color: #C4CAE6;
}
.BgClassName
{
background-color: #C4CAE6;
}
</style>
border-color css
<style>
span { border-color: #C4CAE6; }
span { border-color: rgb(196,202,230); }
td.TdClassName
{
border-color: #C4CAE6;
}
.TagClassName
{
border-color: #C4CAE6;
}
</style>