Shades of Lavender Blue #CBD2FA
Tints of Lavender Blue #CBD2FA
RGB
CMYK
RGB Variations
Color information
#CBD2FA (or 0xCBD2FA) is known color: Lavender Blue. HEX triplet: CB, D2 and FA. RGB value is (203,210,250). Sum of RGB (Red+Green+Blue) = 203+210+250=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD2FA is #342D05. Grayscale: #D4D4D4. Windows color (decimal): -3419398 or 16437963. OLE color: 16437963.
HSL color Cylindrical-coordinate representation of color #CBD2FA: hue angle of 231.06º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBD2FA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 210 | 250 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.02 |
| HSL | 231.06º | 0.82% | 0.89% | - |
| HSV(B) | 231.06º | 0.19% | 0.98% | - |
| XYZ | 64.93 | 65.69 | 99.7 | - |
| YUV | 212.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 250 | 0.19 | 0.16 | 0 | 0.02 | 231.06 | 0.82 | 0.89 |
| Hex | CB | D2 | FA | 13 | 10 | 0 | 2 | E7 | 52 | 59 |
| Octal | 313 | 322 | 372 | 23 | 20 | 0 | 2 | 347 | 122 | 131 |
| Binary | 11001011 | 11010010 | 11111010 | 10011 | 10000 | 0 | 10 | 11100111 | 1010010 | 1011001 |
Color Harmonies of #CBD2FA
Complementary color
Monochromatic Colors of #CBD2FA
Black with #CBD2FA
Text Example
Text Example
White with #CBD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD2FA; }
p { color: rgb(203,210,250); }
H1.HeaderClassName
{
color: #CBD2FA;
}
.AnyTagClassName
{
color: #CBD2FA;
}
</style>
background-color css
<style>
a { background-color: #CBD2FA; }
a { background-color: rgb(203,210,250); }
div.DivClassName
{
background-color: #CBD2FA;
}
.BgClassName
{
background-color: #CBD2FA;
}
</style>
border-color css
<style>
span { border-color: #CBD2FA; }
span { border-color: rgb(203,210,250); }
td.TdClassName
{
border-color: #CBD2FA;
}
.TagClassName
{
border-color: #CBD2FA;
}
</style>