Shades of Periwinkle #CACFE5
Tints of Periwinkle #CACFE5
RGB
CMYK
RGB Variations
Color information
#CACFE5 (or 0xCACFE5) is known color: Periwinkle. HEX triplet: CA, CF and E5. RGB value is (202,207,229). Sum of RGB (Red+Green+Blue) = 202+207+229=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFE5 is #35301A. Grayscale: #CFCFCF. Windows color (decimal): -3485723 or 15060938. OLE color: 15060938.
HSL color Cylindrical-coordinate representation of color #CACFE5: hue angle of 228.89º degrees, saturation: 0.34, 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 #CACFE5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 207 | 229 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.10 |
| HSL | 228.89º | 0.34% | 0.85% | - |
| HSV(B) | 228.89º | 0.12% | 0.9% | - |
| XYZ | 60.81 | 62.84 | 83.05 | - |
| YUV | 208.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 229 | 0.12 | 0.10 | 0 | 0.10 | 228.89 | 0.34 | 0.85 |
| Hex | CA | CF | E5 | C | A | 0 | A | E5 | 22 | 55 |
| Octal | 312 | 317 | 345 | 14 | 12 | 0 | 12 | 345 | 42 | 125 |
| Binary | 11001010 | 11001111 | 11100101 | 1100 | 1010 | 0 | 1010 | 11100101 | 100010 | 1010101 |
Color Harmonies of #CACFE5
Complementary color
Monochromatic Colors of #CACFE5
Black with #CACFE5
Text Example
Text Example
White with #CACFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFE5; }
p { color: rgb(202,207,229); }
H1.HeaderClassName
{
color: #CACFE5;
}
.AnyTagClassName
{
color: #CACFE5;
}
</style>
background-color css
<style>
a { background-color: #CACFE5; }
a { background-color: rgb(202,207,229); }
div.DivClassName
{
background-color: #CACFE5;
}
.BgClassName
{
background-color: #CACFE5;
}
</style>
border-color css
<style>
span { border-color: #CACFE5; }
span { border-color: rgb(202,207,229); }
td.TdClassName
{
border-color: #CACFE5;
}
.TagClassName
{
border-color: #CACFE5;
}
</style>