Shades of Periwinkle #CACBDF
Tints of Periwinkle #CACBDF
RGB
CMYK
RGB Variations
Color information
#CACBDF (or 0xCACBDF) is known color: Periwinkle. HEX triplet: CA, CB and DF. RGB value is (202,203,223). Sum of RGB (Red+Green+Blue) = 202+203+223=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #CACBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDF is #353420. Grayscale: #CCCCCC. Windows color (decimal): -3486753 or 14666698. OLE color: 14666698.
HSL color Cylindrical-coordinate representation of color #CACBDF: hue angle of 237.14º degrees, saturation: 0.25, 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 #CACBDF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 203 | 223 | - |
CMYK | 0.09 | 0.09 | 0 | 0.13 |
HSL | 237.14º | 0.25% | 0.83% | - |
HSV(B) | 237.14º | 0.09% | 0.87% | - |
XYZ | 59.03 | 60.6 | 78.4 | - |
YUV | 204.98 | 138.17 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 223 | 0.09 | 0.09 | 0 | 0.13 | 237.14 | 0.25 | 0.83 |
Hex | CA | CB | DF | 9 | 9 | 0 | D | ED | 19 | 53 |
Octal | 312 | 313 | 337 | 11 | 11 | 0 | 15 | 355 | 31 | 123 |
Binary | 11001010 | 11001011 | 11011111 | 1001 | 1001 | 0 | 1101 | 11101101 | 11001 | 1010011 |
Color Harmonies of #CACBDF
Complementary color
Monochromatic Colors of #CACBDF
Black with #CACBDF
Text Example
Text Example
White with #CACBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBDF; }
p { color: rgb(202,203,223); }
H1.HeaderClassName
{
color: #CACBDF;
}
.AnyTagClassName
{
color: #CACBDF;
}
</style>
background-color css
<style>
a { background-color: #CACBDF; }
a { background-color: rgb(202,203,223); }
div.DivClassName
{
background-color: #CACBDF;
}
.BgClassName
{
background-color: #CACBDF;
}
</style>
border-color css
<style>
span { border-color: #CACBDF; }
span { border-color: rgb(202,203,223); }
td.TdClassName
{
border-color: #CACBDF;
}
.TagClassName
{
border-color: #CACBDF;
}
</style>