Shades of Lavender Blue #CBD2FE
Tints of Lavender Blue #CBD2FE
RGB
CMYK
RGB Variations
Color information
#CBD2FE (or 0xCBD2FE) is known color: Lavender Blue. HEX triplet: CB, D2 and FE. RGB value is (203,210,254). Sum of RGB (Red+Green+Blue) = 203+210+254=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD2FE is #342D01. Grayscale: #D4D4D4. Windows color (decimal): -3419394 or 16700107. OLE color: 16700107.
HSL color Cylindrical-coordinate representation of color #CBD2FE: hue angle of 231.76º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD2FE is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 210 | 254 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.00 |
| HSL | 231.76º | 0.96% | 0.9% | - |
| HSV(B) | 231.76º | 0.2% | 1% | - |
| XYZ | 65.56 | 65.95 | 103.04 | - |
| YUV | 212.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 254 | 0.20 | 0.17 | 0 | 0.00 | 231.76 | 0.96 | 0.9 |
| Hex | CB | D2 | FE | 14 | 11 | 0 | 0 | E8 | 60 | 5A |
| Octal | 313 | 322 | 376 | 24 | 21 | 0 | 0 | 350 | 140 | 132 |
| Binary | 11001011 | 11010010 | 11111110 | 10100 | 10001 | 0 | 0 | 11101000 | 1100000 | 1011010 |
Color Harmonies of #CBD2FE
Complementary color
Monochromatic Colors of #CBD2FE
Black with #CBD2FE
Text Example
Text Example
White with #CBD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD2FE; }
p { color: rgb(203,210,254); }
H1.HeaderClassName
{
color: #CBD2FE;
}
.AnyTagClassName
{
color: #CBD2FE;
}
</style>
background-color css
<style>
a { background-color: #CBD2FE; }
a { background-color: rgb(203,210,254); }
div.DivClassName
{
background-color: #CBD2FE;
}
.BgClassName
{
background-color: #CBD2FE;
}
</style>
border-color css
<style>
span { border-color: #CBD2FE; }
span { border-color: rgb(203,210,254); }
td.TdClassName
{
border-color: #CBD2FE;
}
.TagClassName
{
border-color: #CBD2FE;
}
</style>