Shades of Lavender Blue #CBC2FD
Tints of Lavender Blue #CBC2FD
RGB
CMYK
RGB Variations
Color information
#CBC2FD (or 0xCBC2FD) is known color: Lavender Blue. HEX triplet: CB, C2 and FD. RGB value is (203,194,253). Sum of RGB (Red+Green+Blue) = 203+194+253=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2FD is #343D02. Grayscale: #CBCBCB. Windows color (decimal): -3423491 or 16630475. OLE color: 16630475.
HSL color Cylindrical-coordinate representation of color #CBC2FD: hue angle of 249.15º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC2FD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 203 | 194 | 253 | - |
CMYK | 0.20 | 0.23 | 0 | 0.01 |
HSL | 249.15º | 0.94% | 0.88% | - |
HSV(B) | 249.15º | 0.23% | 0.99% | - |
XYZ | 61.65 | 58.37 | 100.95 | - |
YUV | 203.42 | 155.98 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 194 | 253 | 0.20 | 0.23 | 0 | 0.01 | 249.15 | 0.94 | 0.88 |
Hex | CB | C2 | FD | 14 | 17 | 0 | 1 | F9 | 5E | 58 |
Octal | 313 | 302 | 375 | 24 | 27 | 0 | 1 | 371 | 136 | 130 |
Binary | 11001011 | 11000010 | 11111101 | 10100 | 10111 | 0 | 1 | 11111001 | 1011110 | 1011000 |
Color Harmonies of #CBC2FD
Complementary color
Monochromatic Colors of #CBC2FD
Black with #CBC2FD
Text Example
Text Example
White with #CBC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2FD; }
p { color: rgb(203,194,253); }
H1.HeaderClassName
{
color: #CBC2FD;
}
.AnyTagClassName
{
color: #CBC2FD;
}
</style>
background-color css
<style>
a { background-color: #CBC2FD; }
a { background-color: rgb(203,194,253); }
div.DivClassName
{
background-color: #CBC2FD;
}
.BgClassName
{
background-color: #CBC2FD;
}
</style>
border-color css
<style>
span { border-color: #CBC2FD; }
span { border-color: rgb(203,194,253); }
td.TdClassName
{
border-color: #CBC2FD;
}
.TagClassName
{
border-color: #CBC2FD;
}
</style>