Shades of Periwinkle #CACBE8
Tints of Periwinkle #CACBE8
RGB
CMYK
RGB Variations
Color information
#CACBE8 (or 0xCACBE8) is known color: Periwinkle. HEX triplet: CA, CB and E8. RGB value is (202,203,232). Sum of RGB (Red+Green+Blue) = 202+203+232=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBE8 is #353417. Grayscale: #CDCDCD. Windows color (decimal): -3486744 or 15256522. OLE color: 15256522.
HSL color Cylindrical-coordinate representation of color #CACBE8: hue angle of 238º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACBE8 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 203 | 232 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.09 |
| HSL | 238º | 0.39% | 0.85% | - |
| HSV(B) | 238º | 0.13% | 0.91% | - |
| XYZ | 60.28 | 61.09 | 84.96 | - |
| YUV | 206.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 232 | 0.13 | 0.12 | 0 | 0.09 | 238 | 0.39 | 0.85 |
| Hex | CA | CB | E8 | D | C | 0 | 9 | EE | 27 | 55 |
| Octal | 312 | 313 | 350 | 15 | 14 | 0 | 11 | 356 | 47 | 125 |
| Binary | 11001010 | 11001011 | 11101000 | 1101 | 1100 | 0 | 1001 | 11101110 | 100111 | 1010101 |
Color Harmonies of #CACBE8
Complementary color
Monochromatic Colors of #CACBE8
Black with #CACBE8
Text Example
Text Example
White with #CACBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBE8; }
p { color: rgb(202,203,232); }
H1.HeaderClassName
{
color: #CACBE8;
}
.AnyTagClassName
{
color: #CACBE8;
}
</style>
background-color css
<style>
a { background-color: #CACBE8; }
a { background-color: rgb(202,203,232); }
div.DivClassName
{
background-color: #CACBE8;
}
.BgClassName
{
background-color: #CACBE8;
}
</style>
border-color css
<style>
span { border-color: #CACBE8; }
span { border-color: rgb(202,203,232); }
td.TdClassName
{
border-color: #CACBE8;
}
.TagClassName
{
border-color: #CACBE8;
}
</style>