Shades of Periwinkle #CACFE3
Tints of Periwinkle #CACFE3
RGB
CMYK
RGB Variations
Color information
#CACFE3 (or 0xCACFE3) is known color: Periwinkle. HEX triplet: CA, CF and E3. RGB value is (202,207,227). Sum of RGB (Red+Green+Blue) = 202+207+227=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFE3 is #35301C. Grayscale: #CFCFCF. Windows color (decimal): -3485725 or 14929866. OLE color: 14929866.
HSL color Cylindrical-coordinate representation of color #CACFE3: hue angle of 228º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACFE3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 207 | 227 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.11 |
| HSL | 228º | 0.31% | 0.84% | - |
| HSV(B) | 228º | 0.11% | 0.89% | - |
| XYZ | 60.54 | 62.73 | 81.59 | - |
| YUV | 207.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 227 | 0.11 | 0.09 | 0 | 0.11 | 228 | 0.31 | 0.84 |
| Hex | CA | CF | E3 | B | 9 | 0 | B | E4 | 1F | 54 |
| Octal | 312 | 317 | 343 | 13 | 11 | 0 | 13 | 344 | 37 | 124 |
| Binary | 11001010 | 11001111 | 11100011 | 1011 | 1001 | 0 | 1011 | 11100100 | 11111 | 1010100 |
Color Harmonies of #CACFE3
Complementary color
Monochromatic Colors of #CACFE3
Black with #CACFE3
Text Example
Text Example
White with #CACFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFE3; }
p { color: rgb(202,207,227); }
H1.HeaderClassName
{
color: #CACFE3;
}
.AnyTagClassName
{
color: #CACFE3;
}
</style>
background-color css
<style>
a { background-color: #CACFE3; }
a { background-color: rgb(202,207,227); }
div.DivClassName
{
background-color: #CACFE3;
}
.BgClassName
{
background-color: #CACFE3;
}
</style>
border-color css
<style>
span { border-color: #CACFE3; }
span { border-color: rgb(202,207,227); }
td.TdClassName
{
border-color: #CACFE3;
}
.TagClassName
{
border-color: #CACFE3;
}
</style>