Shades of Periwinkle #CBD3E5
Tints of Periwinkle #CBD3E5
RGB
CMYK
RGB Variations
Color information
#CBD3E5 (or 0xCBD3E5) is known color: Periwinkle. HEX triplet: CB, D3 and E5. RGB value is (203,211,229). Sum of RGB (Red+Green+Blue) = 203+211+229=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD3E5 is #342C1A. Grayscale: #D2D2D2. Windows color (decimal): -3419163 or 15061963. OLE color: 15061963.
HSL color Cylindrical-coordinate representation of color #CBD3E5: hue angle of 221.54º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD3E5 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 211 | 229 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.10 |
| HSL | 221.54º | 0.33% | 0.85% | - |
| HSV(B) | 221.54º | 0.11% | 0.9% | - |
| XYZ | 62.07 | 64.94 | 83.39 | - |
| YUV | 210.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 229 | 0.11 | 0.08 | 0 | 0.10 | 221.54 | 0.33 | 0.85 |
| Hex | CB | D3 | E5 | B | 8 | 0 | A | DE | 21 | 55 |
| Octal | 313 | 323 | 345 | 13 | 10 | 0 | 12 | 336 | 41 | 125 |
| Binary | 11001011 | 11010011 | 11100101 | 1011 | 1000 | 0 | 1010 | 11011110 | 100001 | 1010101 |
Color Harmonies of #CBD3E5
Complementary color
Monochromatic Colors of #CBD3E5
Black with #CBD3E5
Text Example
Text Example
White with #CBD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3E5; }
p { color: rgb(203,211,229); }
H1.HeaderClassName
{
color: #CBD3E5;
}
.AnyTagClassName
{
color: #CBD3E5;
}
</style>
background-color css
<style>
a { background-color: #CBD3E5; }
a { background-color: rgb(203,211,229); }
div.DivClassName
{
background-color: #CBD3E5;
}
.BgClassName
{
background-color: #CBD3E5;
}
</style>
border-color css
<style>
span { border-color: #CBD3E5; }
span { border-color: rgb(203,211,229); }
td.TdClassName
{
border-color: #CBD3E5;
}
.TagClassName
{
border-color: #CBD3E5;
}
</style>