Shades of Periwinkle #CACCDB
Tints of Periwinkle #CACCDB
RGB
CMYK
RGB Variations
Color information
#CACCDB (or 0xCACCDB) is known color: Periwinkle. HEX triplet: CA, CC and DB. RGB value is (202,204,219). Sum of RGB (Red+Green+Blue) = 202+204+219=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCDB is #353324. Grayscale: #CDCDCD. Windows color (decimal): -3486501 or 14404810. OLE color: 14404810.
HSL color Cylindrical-coordinate representation of color #CACCDB: hue angle of 232.94º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACCDB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 204 | 219 | - |
CMYK | 0.08 | 0.07 | 0 | 0.14 |
HSL | 232.94º | 0.19% | 0.83% | - |
HSV(B) | 232.94º | 0.08% | 0.86% | - |
XYZ | 58.74 | 60.86 | 75.67 | - |
YUV | 205.11 | 135.84 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 219 | 0.08 | 0.07 | 0 | 0.14 | 232.94 | 0.19 | 0.83 |
Hex | CA | CC | DB | 8 | 7 | 0 | E | E9 | 13 | 53 |
Octal | 312 | 314 | 333 | 10 | 7 | 0 | 16 | 351 | 23 | 123 |
Binary | 11001010 | 11001100 | 11011011 | 1000 | 111 | 0 | 1110 | 11101001 | 10011 | 1010011 |
Color Harmonies of #CACCDB
Complementary color
Monochromatic Colors of #CACCDB
Black with #CACCDB
Text Example
Text Example
White with #CACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCDB; }
p { color: rgb(202,204,219); }
H1.HeaderClassName
{
color: #CACCDB;
}
.AnyTagClassName
{
color: #CACCDB;
}
</style>
background-color css
<style>
a { background-color: #CACCDB; }
a { background-color: rgb(202,204,219); }
div.DivClassName
{
background-color: #CACCDB;
}
.BgClassName
{
background-color: #CACCDB;
}
</style>
border-color css
<style>
span { border-color: #CACCDB; }
span { border-color: rgb(202,204,219); }
td.TdClassName
{
border-color: #CACCDB;
}
.TagClassName
{
border-color: #CACCDB;
}
</style>