Shades of Periwinkle #CBCDDC
Tints of Periwinkle #CBCDDC
RGB
CMYK
RGB Variations
Color information
#CBCDDC (or 0xCBCDDC) is known color: Periwinkle. HEX triplet: CB, CD and DC. RGB value is (203,205,220). Sum of RGB (Red+Green+Blue) = 203+205+220=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDDC is #343223. Grayscale: #CECECE. Windows color (decimal): -3420708 or 14470603. OLE color: 14470603.
HSL color Cylindrical-coordinate representation of color #CBCDDC: hue angle of 232.94º 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 #CBCDDC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 205 | 220 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.14 |
| HSL | 232.94º | 0.2% | 0.83% | - |
| HSV(B) | 232.94º | 0.08% | 0.86% | - |
| XYZ | 59.38 | 61.53 | 76.46 | - |
| YUV | 206.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 220 | 0.08 | 0.07 | 0 | 0.14 | 232.94 | 0.2 | 0.83 |
| Hex | CB | CD | DC | 8 | 7 | 0 | E | E9 | 14 | 53 |
| Octal | 313 | 315 | 334 | 10 | 7 | 0 | 16 | 351 | 24 | 123 |
| Binary | 11001011 | 11001101 | 11011100 | 1000 | 111 | 0 | 1110 | 11101001 | 10100 | 1010011 |
Color Harmonies of #CBCDDC
Complementary color
Monochromatic Colors of #CBCDDC
Black with #CBCDDC
Text Example
Text Example
White with #CBCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDDC; }
p { color: rgb(203,205,220); }
H1.HeaderClassName
{
color: #CBCDDC;
}
.AnyTagClassName
{
color: #CBCDDC;
}
</style>
background-color css
<style>
a { background-color: #CBCDDC; }
a { background-color: rgb(203,205,220); }
div.DivClassName
{
background-color: #CBCDDC;
}
.BgClassName
{
background-color: #CBCDDC;
}
</style>
border-color css
<style>
span { border-color: #CBCDDC; }
span { border-color: rgb(203,205,220); }
td.TdClassName
{
border-color: #CBCDDC;
}
.TagClassName
{
border-color: #CBCDDC;
}
</style>