Shades of Periwinkle #CBCCDC
Tints of Periwinkle #CBCCDC
RGB
CMYK
RGB Variations
Color information
#CBCCDC (or 0xCBCCDC) is known color: Periwinkle. HEX triplet: CB, CC and DC. RGB value is (203,204,220). Sum of RGB (Red+Green+Blue) = 203+204+220=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDC is #343323. Grayscale: #CDCDCD. Windows color (decimal): -3420964 or 14470347. OLE color: 14470347.
HSL color Cylindrical-coordinate representation of color #CBCCDC: hue angle of 236.47º degrees, saturation: 0.2, 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 #CBCCDC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 204 | 220 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.14 |
| HSL | 236.47º | 0.2% | 0.83% | - |
| HSV(B) | 236.47º | 0.08% | 0.86% | - |
| XYZ | 59.14 | 61.05 | 76.38 | - |
| YUV | 205.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 220 | 0.08 | 0.07 | 0 | 0.14 | 236.47 | 0.2 | 0.83 |
| Hex | CB | CC | DC | 8 | 7 | 0 | E | EC | 14 | 53 |
| Octal | 313 | 314 | 334 | 10 | 7 | 0 | 16 | 354 | 24 | 123 |
| Binary | 11001011 | 11001100 | 11011100 | 1000 | 111 | 0 | 1110 | 11101100 | 10100 | 1010011 |
Color Harmonies of #CBCCDC
Complementary color
Monochromatic Colors of #CBCCDC
Black with #CBCCDC
Text Example
Text Example
White with #CBCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCDC; }
p { color: rgb(203,204,220); }
H1.HeaderClassName
{
color: #CBCCDC;
}
.AnyTagClassName
{
color: #CBCCDC;
}
</style>
background-color css
<style>
a { background-color: #CBCCDC; }
a { background-color: rgb(203,204,220); }
div.DivClassName
{
background-color: #CBCCDC;
}
.BgClassName
{
background-color: #CBCCDC;
}
</style>
border-color css
<style>
span { border-color: #CBCCDC; }
span { border-color: rgb(203,204,220); }
td.TdClassName
{
border-color: #CBCCDC;
}
.TagClassName
{
border-color: #CBCCDC;
}
</style>