Shades of Periwinkle #CACFE6
Tints of Periwinkle #CACFE6
RGB
CMYK
RGB Variations
Color information
#CACFE6 (or 0xCACFE6) is known color: Periwinkle. HEX triplet: CA, CF and E6. RGB value is (202,207,230). Sum of RGB (Red+Green+Blue) = 202+207+230=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #CACFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFE6 is #353019. Grayscale: #D0D0D0. Windows color (decimal): -3485722 or 15126474. OLE color: 15126474.
HSL color Cylindrical-coordinate representation of color #CACFE6: hue angle of 229.29º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACFE6 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 207 | 230 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.10 |
| HSL | 229.29º | 0.36% | 0.85% | - |
| HSV(B) | 229.29º | 0.12% | 0.9% | - |
| XYZ | 60.95 | 62.9 | 83.79 | - |
| YUV | 208.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 230 | 0.12 | 0.10 | 0 | 0.10 | 229.29 | 0.36 | 0.85 |
| Hex | CA | CF | E6 | C | A | 0 | A | E5 | 24 | 55 |
| Octal | 312 | 317 | 346 | 14 | 12 | 0 | 12 | 345 | 44 | 125 |
| Binary | 11001010 | 11001111 | 11100110 | 1100 | 1010 | 0 | 1010 | 11100101 | 100100 | 1010101 |
Color Harmonies of #CACFE6
Complementary color
Monochromatic Colors of #CACFE6
Black with #CACFE6
Text Example
Text Example
White with #CACFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFE6; }
p { color: rgb(202,207,230); }
H1.HeaderClassName
{
color: #CACFE6;
}
.AnyTagClassName
{
color: #CACFE6;
}
</style>
background-color css
<style>
a { background-color: #CACFE6; }
a { background-color: rgb(202,207,230); }
div.DivClassName
{
background-color: #CACFE6;
}
.BgClassName
{
background-color: #CACFE6;
}
</style>
border-color css
<style>
span { border-color: #CACFE6; }
span { border-color: rgb(202,207,230); }
td.TdClassName
{
border-color: #CACFE6;
}
.TagClassName
{
border-color: #CACFE6;
}
</style>