Shades of Periwinkle #CACBDE
Tints of Periwinkle #CACBDE
RGB
CMYK
RGB Variations
Color information
#CACBDE (or 0xCACBDE) is known color: Periwinkle. HEX triplet: CA, CB and DE. RGB value is (202,203,222). Sum of RGB (Red+Green+Blue) = 202+203+222=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #CACBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDE is #353421. Grayscale: #CCCCCC. Windows color (decimal): -3486754 or 14601162. OLE color: 14601162.
HSL color Cylindrical-coordinate representation of color #CACBDE: hue angle of 237º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACBDE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 203 | 222 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.13 |
| HSL | 237º | 0.23% | 0.83% | - |
| HSV(B) | 237º | 0.09% | 0.87% | - |
| XYZ | 58.9 | 60.54 | 77.69 | - |
| YUV | 204.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 222 | 0.09 | 0.09 | 0 | 0.13 | 237 | 0.23 | 0.83 |
| Hex | CA | CB | DE | 9 | 9 | 0 | D | ED | 17 | 53 |
| Octal | 312 | 313 | 336 | 11 | 11 | 0 | 15 | 355 | 27 | 123 |
| Binary | 11001010 | 11001011 | 11011110 | 1001 | 1001 | 0 | 1101 | 11101101 | 10111 | 1010011 |
Color Harmonies of #CACBDE
Complementary color
Monochromatic Colors of #CACBDE
Black with #CACBDE
Text Example
Text Example
White with #CACBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBDE; }
p { color: rgb(202,203,222); }
H1.HeaderClassName
{
color: #CACBDE;
}
.AnyTagClassName
{
color: #CACBDE;
}
</style>
background-color css
<style>
a { background-color: #CACBDE; }
a { background-color: rgb(202,203,222); }
div.DivClassName
{
background-color: #CACBDE;
}
.BgClassName
{
background-color: #CACBDE;
}
</style>
border-color css
<style>
span { border-color: #CACBDE; }
span { border-color: rgb(202,203,222); }
td.TdClassName
{
border-color: #CACBDE;
}
.TagClassName
{
border-color: #CACBDE;
}
</style>