Shades of Periwinkle #CBD0E3
Tints of Periwinkle #CBD0E3
RGB
CMYK
RGB Variations
Color information
#CBD0E3 (or 0xCBD0E3) is known color: Periwinkle. HEX triplet: CB, D0 and E3. RGB value is (203,208,227). Sum of RGB (Red+Green+Blue) = 203+208+227=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBD0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0E3 is #342F1C. Grayscale: #D0D0D0. Windows color (decimal): -3419933 or 14930123. OLE color: 14930123.
HSL color Cylindrical-coordinate representation of color #CBD0E3: hue angle of 227.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD0E3 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 208 | 227 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.11 |
| HSL | 227.5º | 0.3% | 0.84% | - |
| HSV(B) | 227.5º | 0.11% | 0.89% | - |
| XYZ | 61.05 | 63.35 | 81.68 | - |
| YUV | 208.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 227 | 0.11 | 0.08 | 0 | 0.11 | 227.5 | 0.3 | 0.84 |
| Hex | CB | D0 | E3 | B | 8 | 0 | B | E4 | 1E | 54 |
| Octal | 313 | 320 | 343 | 13 | 10 | 0 | 13 | 344 | 36 | 124 |
| Binary | 11001011 | 11010000 | 11100011 | 1011 | 1000 | 0 | 1011 | 11100100 | 11110 | 1010100 |
Color Harmonies of #CBD0E3
Complementary color
Monochromatic Colors of #CBD0E3
Black with #CBD0E3
Text Example
Text Example
White with #CBD0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD0E3; }
p { color: rgb(203,208,227); }
H1.HeaderClassName
{
color: #CBD0E3;
}
.AnyTagClassName
{
color: #CBD0E3;
}
</style>
background-color css
<style>
a { background-color: #CBD0E3; }
a { background-color: rgb(203,208,227); }
div.DivClassName
{
background-color: #CBD0E3;
}
.BgClassName
{
background-color: #CBD0E3;
}
</style>
border-color css
<style>
span { border-color: #CBD0E3; }
span { border-color: rgb(203,208,227); }
td.TdClassName
{
border-color: #CBD0E3;
}
.TagClassName
{
border-color: #CBD0E3;
}
</style>