Shades of Periwinkle #CACFE8
Tints of Periwinkle #CACFE8
RGB
CMYK
RGB Variations
Color information
#CACFE8 (or 0xCACFE8) is known color: Periwinkle. HEX triplet: CA, CF and E8. RGB value is (202,207,232). Sum of RGB (Red+Green+Blue) = 202+207+232=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFE8 is #353017. Grayscale: #D0D0D0. Windows color (decimal): -3485720 or 15257546. OLE color: 15257546.
HSL color Cylindrical-coordinate representation of color #CACFE8: hue angle of 230º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACFE8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 207 | 232 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.09 |
| HSL | 230º | 0.39% | 0.85% | - |
| HSV(B) | 230º | 0.13% | 0.91% | - |
| XYZ | 61.24 | 63.01 | 85.28 | - |
| YUV | 208.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 232 | 0.13 | 0.11 | 0 | 0.09 | 230 | 0.39 | 0.85 |
| Hex | CA | CF | E8 | D | B | 0 | 9 | E6 | 27 | 55 |
| Octal | 312 | 317 | 350 | 15 | 13 | 0 | 11 | 346 | 47 | 125 |
| Binary | 11001010 | 11001111 | 11101000 | 1101 | 1011 | 0 | 1001 | 11100110 | 100111 | 1010101 |
Color Harmonies of #CACFE8
Complementary color
Monochromatic Colors of #CACFE8
Black with #CACFE8
Text Example
Text Example
White with #CACFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFE8; }
p { color: rgb(202,207,232); }
H1.HeaderClassName
{
color: #CACFE8;
}
.AnyTagClassName
{
color: #CACFE8;
}
</style>
background-color css
<style>
a { background-color: #CACFE8; }
a { background-color: rgb(202,207,232); }
div.DivClassName
{
background-color: #CACFE8;
}
.BgClassName
{
background-color: #CACFE8;
}
</style>
border-color css
<style>
span { border-color: #CACFE8; }
span { border-color: rgb(202,207,232); }
td.TdClassName
{
border-color: #CACFE8;
}
.TagClassName
{
border-color: #CACFE8;
}
</style>