Shades of Lavender Blue #CBCFF8
Tints of Lavender Blue #CBCFF8
RGB
CMYK
RGB Variations
Color information
#CBCFF8 (or 0xCBCFF8) is known color: Lavender Blue. HEX triplet: CB, CF and F8. RGB value is (203,207,248). Sum of RGB (Red+Green+Blue) = 203+207+248=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFF8 is #343007. Grayscale: #D2D2D2. Windows color (decimal): -3420168 or 16306123. OLE color: 16306123.
HSL color Cylindrical-coordinate representation of color #CBCFF8: hue angle of 234.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBCFF8 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 207 | 248 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.03 |
| HSL | 234.67º | 0.76% | 0.88% | - |
| HSV(B) | 234.67º | 0.18% | 0.97% | - |
| XYZ | 63.88 | 64.1 | 97.81 | - |
| YUV | 210.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 248 | 0.18 | 0.17 | 0 | 0.03 | 234.67 | 0.76 | 0.88 |
| Hex | CB | CF | F8 | 12 | 11 | 0 | 3 | EB | 4C | 58 |
| Octal | 313 | 317 | 370 | 22 | 21 | 0 | 3 | 353 | 114 | 130 |
| Binary | 11001011 | 11001111 | 11111000 | 10010 | 10001 | 0 | 11 | 11101011 | 1001100 | 1011000 |
Color Harmonies of #CBCFF8
Complementary color
Monochromatic Colors of #CBCFF8
Black with #CBCFF8
Text Example
Text Example
White with #CBCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFF8; }
p { color: rgb(203,207,248); }
H1.HeaderClassName
{
color: #CBCFF8;
}
.AnyTagClassName
{
color: #CBCFF8;
}
</style>
background-color css
<style>
a { background-color: #CBCFF8; }
a { background-color: rgb(203,207,248); }
div.DivClassName
{
background-color: #CBCFF8;
}
.BgClassName
{
background-color: #CBCFF8;
}
</style>
border-color css
<style>
span { border-color: #CBCFF8; }
span { border-color: rgb(203,207,248); }
td.TdClassName
{
border-color: #CBCFF8;
}
.TagClassName
{
border-color: #CBCFF8;
}
</style>