Shades of Periwinkle #CACFE0
Tints of Periwinkle #CACFE0
RGB
CMYK
RGB Variations
Color information
#CACFE0 (or 0xCACFE0) is known color: Periwinkle. HEX triplet: CA, CF and E0. RGB value is (202,207,224). Sum of RGB (Red+Green+Blue) = 202+207+224=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFE0 is #35301F. Grayscale: #CFCFCF. Windows color (decimal): -3485728 or 14733258. OLE color: 14733258.
HSL color Cylindrical-coordinate representation of color #CACFE0: hue angle of 226.36º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACFE0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 207 | 224 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.12 |
| HSL | 226.36º | 0.26% | 0.84% | - |
| HSV(B) | 226.36º | 0.1% | 0.88% | - |
| XYZ | 60.12 | 62.56 | 79.43 | - |
| YUV | 207.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 224 | 0.10 | 0.08 | 0 | 0.12 | 226.36 | 0.26 | 0.84 |
| Hex | CA | CF | E0 | A | 8 | 0 | C | E2 | 1A | 54 |
| Octal | 312 | 317 | 340 | 12 | 10 | 0 | 14 | 342 | 32 | 124 |
| Binary | 11001010 | 11001111 | 11100000 | 1010 | 1000 | 0 | 1100 | 11100010 | 11010 | 1010100 |
Color Harmonies of #CACFE0
Complementary color
Monochromatic Colors of #CACFE0
Black with #CACFE0
Text Example
Text Example
White with #CACFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFE0; }
p { color: rgb(202,207,224); }
H1.HeaderClassName
{
color: #CACFE0;
}
.AnyTagClassName
{
color: #CACFE0;
}
</style>
background-color css
<style>
a { background-color: #CACFE0; }
a { background-color: rgb(202,207,224); }
div.DivClassName
{
background-color: #CACFE0;
}
.BgClassName
{
background-color: #CACFE0;
}
</style>
border-color css
<style>
span { border-color: #CACFE0; }
span { border-color: rgb(202,207,224); }
td.TdClassName
{
border-color: #CACFE0;
}
.TagClassName
{
border-color: #CACFE0;
}
</style>