Shades of Periwinkle #CACFE7
Tints of Periwinkle #CACFE7
RGB
CMYK
RGB Variations
Color information
#CACFE7 (or 0xCACFE7) is known color: Periwinkle. HEX triplet: CA, CF and E7. RGB value is (202,207,231). Sum of RGB (Red+Green+Blue) = 202+207+231=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #CACFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFE7 is #353018. Grayscale: #D0D0D0. Windows color (decimal): -3485721 or 15192010. OLE color: 15192010.
HSL color Cylindrical-coordinate representation of color #CACFE7: hue angle of 229.66º degrees, saturation: 0.38, 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 #CACFE7 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 207 | 231 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.09 |
| HSL | 229.66º | 0.38% | 0.85% | - |
| HSV(B) | 229.66º | 0.13% | 0.91% | - |
| XYZ | 61.09 | 62.95 | 84.53 | - |
| YUV | 208.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 231 | 0.13 | 0.10 | 0 | 0.09 | 229.66 | 0.38 | 0.85 |
| Hex | CA | CF | E7 | D | A | 0 | 9 | E6 | 26 | 55 |
| Octal | 312 | 317 | 347 | 15 | 12 | 0 | 11 | 346 | 46 | 125 |
| Binary | 11001010 | 11001111 | 11100111 | 1101 | 1010 | 0 | 1001 | 11100110 | 100110 | 1010101 |
Color Harmonies of #CACFE7
Complementary color
Monochromatic Colors of #CACFE7
Black with #CACFE7
Text Example
Text Example
White with #CACFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFE7; }
p { color: rgb(202,207,231); }
H1.HeaderClassName
{
color: #CACFE7;
}
.AnyTagClassName
{
color: #CACFE7;
}
</style>
background-color css
<style>
a { background-color: #CACFE7; }
a { background-color: rgb(202,207,231); }
div.DivClassName
{
background-color: #CACFE7;
}
.BgClassName
{
background-color: #CACFE7;
}
</style>
border-color css
<style>
span { border-color: #CACFE7; }
span { border-color: rgb(202,207,231); }
td.TdClassName
{
border-color: #CACFE7;
}
.TagClassName
{
border-color: #CACFE7;
}
</style>