Shades of Periwinkle #CACFEA
Tints of Periwinkle #CACFEA
RGB
CMYK
RGB Variations
Color information
#CACFEA (or 0xCACFEA) is known color: Periwinkle. HEX triplet: CA, CF and EA. RGB value is (202,207,234). Sum of RGB (Red+Green+Blue) = 202+207+234=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #CACFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFEA is #353015. Grayscale: #D0D0D0. Windows color (decimal): -3485718 or 15388618. OLE color: 15388618.
HSL color Cylindrical-coordinate representation of color #CACFEA: hue angle of 230.62º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACFEA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 207 | 234 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.08 |
| HSL | 230.63º | 0.43% | 0.85% | - |
| HSV(B) | 230.63º | 0.14% | 0.92% | - |
| XYZ | 61.52 | 63.12 | 86.78 | - |
| YUV | 208.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 234 | 0.14 | 0.12 | 0 | 0.08 | 230.63 | 0.43 | 0.85 |
| Hex | CA | CF | EA | E | C | 0 | 8 | E7 | 2B | 55 |
| Octal | 312 | 317 | 352 | 16 | 14 | 0 | 10 | 347 | 53 | 125 |
| Binary | 11001010 | 11001111 | 11101010 | 1110 | 1100 | 0 | 1000 | 11100111 | 101011 | 1010101 |
Color Harmonies of #CACFEA
Complementary color
Monochromatic Colors of #CACFEA
Black with #CACFEA
Text Example
Text Example
White with #CACFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFEA; }
p { color: rgb(202,207,234); }
H1.HeaderClassName
{
color: #CACFEA;
}
.AnyTagClassName
{
color: #CACFEA;
}
</style>
background-color css
<style>
a { background-color: #CACFEA; }
a { background-color: rgb(202,207,234); }
div.DivClassName
{
background-color: #CACFEA;
}
.BgClassName
{
background-color: #CACFEA;
}
</style>
border-color css
<style>
span { border-color: #CACFEA; }
span { border-color: rgb(202,207,234); }
td.TdClassName
{
border-color: #CACFEA;
}
.TagClassName
{
border-color: #CACFEA;
}
</style>