Shades of Lavender Blue #CDBDFB
Tints of Lavender Blue #CDBDFB
RGB
CMYK
RGB Variations
Color information
#CDBDFB (or 0xCDBDFB) is known color: Lavender Blue. HEX triplet: CD, BD and FB. RGB value is (205,189,251). Sum of RGB (Red+Green+Blue) = 205+189+251=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBDFB is #324204. Grayscale: #C8C8C8. Windows color (decimal): -3293701 or 16498125. OLE color: 16498125.
HSL color Cylindrical-coordinate representation of color #CDBDFB: hue angle of 255.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDBDFB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 189 | 251 | - |
CMYK | 0.18 | 0.25 | 0 | 0.02 |
HSL | 255.48º | 0.89% | 0.86% | - |
HSV(B) | 255.48º | 0.25% | 0.98% | - |
XYZ | 60.79 | 56.34 | 98.94 | - |
YUV | 200.85 | 156.3 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 189 | 251 | 0.18 | 0.25 | 0 | 0.02 | 255.48 | 0.89 | 0.86 |
Hex | CD | BD | FB | 12 | 19 | 0 | 2 | FF | 59 | 56 |
Octal | 315 | 275 | 373 | 22 | 31 | 0 | 2 | 377 | 131 | 126 |
Binary | 11001101 | 10111101 | 11111011 | 10010 | 11001 | 0 | 10 | 11111111 | 1011001 | 1010110 |
Color Harmonies of #CDBDFB
Complementary color
Monochromatic Colors of #CDBDFB
Black with #CDBDFB
Text Example
Text Example
White with #CDBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDFB; }
p { color: rgb(205,189,251); }
H1.HeaderClassName
{
color: #CDBDFB;
}
.AnyTagClassName
{
color: #CDBDFB;
}
</style>
background-color css
<style>
a { background-color: #CDBDFB; }
a { background-color: rgb(205,189,251); }
div.DivClassName
{
background-color: #CDBDFB;
}
.BgClassName
{
background-color: #CDBDFB;
}
</style>
border-color css
<style>
span { border-color: #CDBDFB; }
span { border-color: rgb(205,189,251); }
td.TdClassName
{
border-color: #CDBDFB;
}
.TagClassName
{
border-color: #CDBDFB;
}
</style>