Shades of Periwinkle #CBCCDE
Tints of Periwinkle #CBCCDE
RGB
CMYK
RGB Variations
Color information
#CBCCDE (or 0xCBCCDE) is known color: Periwinkle. HEX triplet: CB, CC and DE. RGB value is (203,204,222). Sum of RGB (Red+Green+Blue) = 203+204+222=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDE is #343321. Grayscale: #CDCDCD. Windows color (decimal): -3420962 or 14601419. OLE color: 14601419.
HSL color Cylindrical-coordinate representation of color #CBCCDE: hue angle of 236.84º degrees, saturation: 0.22, 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 #CBCCDE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 204 | 222 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.13 |
| HSL | 236.84º | 0.22% | 0.83% | - |
| HSV(B) | 236.84º | 0.09% | 0.87% | - |
| XYZ | 59.41 | 61.16 | 77.78 | - |
| YUV | 205.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 222 | 0.09 | 0.08 | 0 | 0.13 | 236.84 | 0.22 | 0.83 |
| Hex | CB | CC | DE | 9 | 8 | 0 | D | ED | 16 | 53 |
| Octal | 313 | 314 | 336 | 11 | 10 | 0 | 15 | 355 | 26 | 123 |
| Binary | 11001011 | 11001100 | 11011110 | 1001 | 1000 | 0 | 1101 | 11101101 | 10110 | 1010011 |
Color Harmonies of #CBCCDE
Complementary color
Monochromatic Colors of #CBCCDE
Black with #CBCCDE
Text Example
Text Example
White with #CBCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCDE; }
p { color: rgb(203,204,222); }
H1.HeaderClassName
{
color: #CBCCDE;
}
.AnyTagClassName
{
color: #CBCCDE;
}
</style>
background-color css
<style>
a { background-color: #CBCCDE; }
a { background-color: rgb(203,204,222); }
div.DivClassName
{
background-color: #CBCCDE;
}
.BgClassName
{
background-color: #CBCCDE;
}
</style>
border-color css
<style>
span { border-color: #CBCCDE; }
span { border-color: rgb(203,204,222); }
td.TdClassName
{
border-color: #CBCCDE;
}
.TagClassName
{
border-color: #CBCCDE;
}
</style>