Shades of Lavender Blue #CDBEFC
Tints of Lavender Blue #CDBEFC
RGB
CMYK
RGB Variations
Color information
#CDBEFC (or 0xCDBEFC) is known color: Lavender Blue. HEX triplet: CD, BE and FC. RGB value is (205,190,252). Sum of RGB (Red+Green+Blue) = 205+190+252=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBEFC is #324103. Grayscale: #C9C9C9. Windows color (decimal): -3293444 or 16563917. OLE color: 16563917.
HSL color Cylindrical-coordinate representation of color #CDBEFC: hue angle of 254.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDBEFC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 190 | 252 | - |
CMYK | 0.19 | 0.25 | 0 | 0.01 |
HSL | 254.52º | 0.91% | 0.87% | - |
HSV(B) | 254.52º | 0.25% | 0.99% | - |
XYZ | 61.16 | 56.83 | 99.84 | - |
YUV | 201.55 | 156.47 | 130.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 190 | 252 | 0.19 | 0.25 | 0 | 0.01 | 254.52 | 0.91 | 0.87 |
Hex | CD | BE | FC | 13 | 19 | 0 | 1 | FF | 5B | 57 |
Octal | 315 | 276 | 374 | 23 | 31 | 0 | 1 | 377 | 133 | 127 |
Binary | 11001101 | 10111110 | 11111100 | 10011 | 11001 | 0 | 1 | 11111111 | 1011011 | 1010111 |
Color Harmonies of #CDBEFC
Complementary color
Monochromatic Colors of #CDBEFC
Black with #CDBEFC
Text Example
Text Example
White with #CDBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEFC; }
p { color: rgb(205,190,252); }
H1.HeaderClassName
{
color: #CDBEFC;
}
.AnyTagClassName
{
color: #CDBEFC;
}
</style>
background-color css
<style>
a { background-color: #CDBEFC; }
a { background-color: rgb(205,190,252); }
div.DivClassName
{
background-color: #CDBEFC;
}
.BgClassName
{
background-color: #CDBEFC;
}
</style>
border-color css
<style>
span { border-color: #CDBEFC; }
span { border-color: rgb(205,190,252); }
td.TdClassName
{
border-color: #CDBEFC;
}
.TagClassName
{
border-color: #CDBEFC;
}
</style>