Shades of Periwinkle #CBCCDA
Tints of Periwinkle #CBCCDA
RGB
CMYK
RGB Variations
Color information
#CBCCDA (or 0xCBCCDA) is known color: Periwinkle. HEX triplet: CB, CC and DA. RGB value is (203,204,218). Sum of RGB (Red+Green+Blue) = 203+204+218=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDA is #343325. Grayscale: #CDCDCD. Windows color (decimal): -3420966 or 14339275. OLE color: 14339275.
HSL color Cylindrical-coordinate representation of color #CBCCDA: hue angle of 236º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCCDA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 204 | 218 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.15 |
| HSL | 236º | 0.17% | 0.83% | - |
| HSV(B) | 236º | 0.07% | 0.85% | - |
| XYZ | 58.88 | 60.94 | 74.99 | - |
| YUV | 205.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 218 | 0.07 | 0.06 | 0 | 0.15 | 236 | 0.17 | 0.83 |
| Hex | CB | CC | DA | 7 | 6 | 0 | F | EC | 11 | 53 |
| Octal | 313 | 314 | 332 | 7 | 6 | 0 | 17 | 354 | 21 | 123 |
| Binary | 11001011 | 11001100 | 11011010 | 111 | 110 | 0 | 1111 | 11101100 | 10001 | 1010011 |
Color Harmonies of #CBCCDA
Complementary color
Monochromatic Colors of #CBCCDA
Black with #CBCCDA
Text Example
Text Example
White with #CBCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCDA; }
p { color: rgb(203,204,218); }
H1.HeaderClassName
{
color: #CBCCDA;
}
.AnyTagClassName
{
color: #CBCCDA;
}
</style>
background-color css
<style>
a { background-color: #CBCCDA; }
a { background-color: rgb(203,204,218); }
div.DivClassName
{
background-color: #CBCCDA;
}
.BgClassName
{
background-color: #CBCCDA;
}
</style>
border-color css
<style>
span { border-color: #CBCCDA; }
span { border-color: rgb(203,204,218); }
td.TdClassName
{
border-color: #CBCCDA;
}
.TagClassName
{
border-color: #CBCCDA;
}
</style>