Shades of Periwinkle #CBCCDF
Tints of Periwinkle #CBCCDF
RGB
CMYK
RGB Variations
Color information
#CBCCDF (or 0xCBCCDF) is known color: Periwinkle. HEX triplet: CB, CC and DF. RGB value is (203,204,223). Sum of RGB (Red+Green+Blue) = 203+204+223=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDF is #343320. Grayscale: #CDCDCD. Windows color (decimal): -3420961 or 14666955. OLE color: 14666955.
HSL color Cylindrical-coordinate representation of color #CBCCDF: hue angle of 237º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCCDF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 204 | 223 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.13 |
| HSL | 237º | 0.24% | 0.84% | - |
| HSV(B) | 237º | 0.09% | 0.87% | - |
| XYZ | 59.54 | 61.21 | 78.49 | - |
| YUV | 205.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 223 | 0.09 | 0.09 | 0 | 0.13 | 237 | 0.24 | 0.84 |
| Hex | CB | CC | DF | 9 | 9 | 0 | D | ED | 18 | 54 |
| Octal | 313 | 314 | 337 | 11 | 11 | 0 | 15 | 355 | 30 | 124 |
| Binary | 11001011 | 11001100 | 11011111 | 1001 | 1001 | 0 | 1101 | 11101101 | 11000 | 1010100 |
Color Harmonies of #CBCCDF
Complementary color
Monochromatic Colors of #CBCCDF
Black with #CBCCDF
Text Example
Text Example
White with #CBCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCDF; }
p { color: rgb(203,204,223); }
H1.HeaderClassName
{
color: #CBCCDF;
}
.AnyTagClassName
{
color: #CBCCDF;
}
</style>
background-color css
<style>
a { background-color: #CBCCDF; }
a { background-color: rgb(203,204,223); }
div.DivClassName
{
background-color: #CBCCDF;
}
.BgClassName
{
background-color: #CBCCDF;
}
</style>
border-color css
<style>
span { border-color: #CBCCDF; }
span { border-color: rgb(203,204,223); }
td.TdClassName
{
border-color: #CBCCDF;
}
.TagClassName
{
border-color: #CBCCDF;
}
</style>