Shades of Periwinkle #CBD3E2
Tints of Periwinkle #CBD3E2
RGB
CMYK
RGB Variations
Color information
#CBD3E2 (or 0xCBD3E2) is known color: Periwinkle. HEX triplet: CB, D3 and E2. RGB value is (203,211,226). Sum of RGB (Red+Green+Blue) = 203+211+226=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBD3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD3E2 is #342C1D. Grayscale: #D2D2D2. Windows color (decimal): -3419166 or 14865355. OLE color: 14865355.
HSL color Cylindrical-coordinate representation of color #CBD3E2: hue angle of 219.13º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD3E2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 203 | 211 | 226 | - |
CMYK | 0.10 | 0.07 | 0 | 0.11 |
HSL | 219.13º | 0.28% | 0.84% | - |
HSV(B) | 219.13º | 0.1% | 0.89% | - |
XYZ | 61.65 | 64.78 | 81.21 | - |
YUV | 210.32 | 136.85 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 211 | 226 | 0.10 | 0.07 | 0 | 0.11 | 219.13 | 0.28 | 0.84 |
Hex | CB | D3 | E2 | A | 7 | 0 | B | DB | 1C | 54 |
Octal | 313 | 323 | 342 | 12 | 7 | 0 | 13 | 333 | 34 | 124 |
Binary | 11001011 | 11010011 | 11100010 | 1010 | 111 | 0 | 1011 | 11011011 | 11100 | 1010100 |
Color Harmonies of #CBD3E2
Complementary color
Monochromatic Colors of #CBD3E2
Black with #CBD3E2
Text Example
Text Example
White with #CBD3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3E2; }
p { color: rgb(203,211,226); }
H1.HeaderClassName
{
color: #CBD3E2;
}
.AnyTagClassName
{
color: #CBD3E2;
}
</style>
background-color css
<style>
a { background-color: #CBD3E2; }
a { background-color: rgb(203,211,226); }
div.DivClassName
{
background-color: #CBD3E2;
}
.BgClassName
{
background-color: #CBD3E2;
}
</style>
border-color css
<style>
span { border-color: #CBD3E2; }
span { border-color: rgb(203,211,226); }
td.TdClassName
{
border-color: #CBD3E2;
}
.TagClassName
{
border-color: #CBD3E2;
}
</style>