Shades of Periwinkle #CACBE3
Tints of Periwinkle #CACBE3
RGB
CMYK
RGB Variations
Color information
#CACBE3 (or 0xCACBE3) is known color: Periwinkle. HEX triplet: CA, CB and E3. RGB value is (202,203,227). Sum of RGB (Red+Green+Blue) = 202+203+227=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBE3 is #35341C. Grayscale: #CDCDCD. Windows color (decimal): -3486749 or 14928842. OLE color: 14928842.
HSL color Cylindrical-coordinate representation of color #CACBE3: hue angle of 237.6º 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 #CACBE3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 203 | 227 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.11 |
| HSL | 237.6º | 0.31% | 0.84% | - |
| HSV(B) | 237.6º | 0.11% | 0.89% | - |
| XYZ | 59.58 | 60.81 | 81.27 | - |
| YUV | 205.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 227 | 0.11 | 0.11 | 0 | 0.11 | 237.6 | 0.31 | 0.84 |
| Hex | CA | CB | E3 | B | B | 0 | B | EE | 1F | 54 |
| Octal | 312 | 313 | 343 | 13 | 13 | 0 | 13 | 356 | 37 | 124 |
| Binary | 11001010 | 11001011 | 11100011 | 1011 | 1011 | 0 | 1011 | 11101110 | 11111 | 1010100 |
Color Harmonies of #CACBE3
Complementary color
Monochromatic Colors of #CACBE3
Black with #CACBE3
Text Example
Text Example
White with #CACBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBE3; }
p { color: rgb(202,203,227); }
H1.HeaderClassName
{
color: #CACBE3;
}
.AnyTagClassName
{
color: #CACBE3;
}
</style>
background-color css
<style>
a { background-color: #CACBE3; }
a { background-color: rgb(202,203,227); }
div.DivClassName
{
background-color: #CACBE3;
}
.BgClassName
{
background-color: #CACBE3;
}
</style>
border-color css
<style>
span { border-color: #CACBE3; }
span { border-color: rgb(202,203,227); }
td.TdClassName
{
border-color: #CACBE3;
}
.TagClassName
{
border-color: #CACBE3;
}
</style>