Shades of Periwinkle #CACBDA
Tints of Periwinkle #CACBDA
RGB
CMYK
RGB Variations
Color information
#CACBDA (or 0xCACBDA) is known color: Periwinkle. HEX triplet: CA, CB and DA. RGB value is (202,203,218). Sum of RGB (Red+Green+Blue) = 202+203+218=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CACBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDA is #353425. Grayscale: #CCCCCC. Windows color (decimal): -3486758 or 14339018. OLE color: 14339018.
HSL color Cylindrical-coordinate representation of color #CACBDA: hue angle of 236.25º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACBDA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 203 | 218 | - |
CMYK | 0.07 | 0.07 | 0 | 0.15 |
HSL | 236.25º | 0.18% | 0.82% | - |
HSV(B) | 236.25º | 0.07% | 0.85% | - |
XYZ | 58.37 | 60.33 | 74.9 | - |
YUV | 204.41 | 135.67 | 126.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 218 | 0.07 | 0.07 | 0 | 0.15 | 236.25 | 0.18 | 0.82 |
Hex | CA | CB | DA | 7 | 7 | 0 | F | EC | 12 | 52 |
Octal | 312 | 313 | 332 | 7 | 7 | 0 | 17 | 354 | 22 | 122 |
Binary | 11001010 | 11001011 | 11011010 | 111 | 111 | 0 | 1111 | 11101100 | 10010 | 1010010 |
Color Harmonies of #CACBDA
Complementary color
Monochromatic Colors of #CACBDA
Black with #CACBDA
Text Example
Text Example
White with #CACBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBDA; }
p { color: rgb(202,203,218); }
H1.HeaderClassName
{
color: #CACBDA;
}
.AnyTagClassName
{
color: #CACBDA;
}
</style>
background-color css
<style>
a { background-color: #CACBDA; }
a { background-color: rgb(202,203,218); }
div.DivClassName
{
background-color: #CACBDA;
}
.BgClassName
{
background-color: #CACBDA;
}
</style>
border-color css
<style>
span { border-color: #CACBDA; }
span { border-color: rgb(202,203,218); }
td.TdClassName
{
border-color: #CACBDA;
}
.TagClassName
{
border-color: #CACBDA;
}
</style>