Shades of Lavender Blue #CECDFC
Tints of Lavender Blue #CECDFC
RGB
CMYK
RGB Variations
Color information
#CECDFC (or 0xCECDFC) is known color: Lavender Blue. HEX triplet: CE, CD and FC. RGB value is (206,205,252). Sum of RGB (Red+Green+Blue) = 206+205+252=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #CECDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDFC is #313203. Grayscale: #D2D2D2. Windows color (decimal): -3224068 or 16567758. OLE color: 16567758.
HSL color Cylindrical-coordinate representation of color #CECDFC: hue angle of 241.28º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECDFC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 205 | 252 | - |
CMYK | 0.18 | 0.19 | 0 | 0.01 |
HSL | 241.28º | 0.89% | 0.9% | - |
HSV(B) | 241.28º | 0.19% | 0.99% | - |
XYZ | 64.86 | 63.81 | 100.99 | - |
YUV | 210.66 | 151.33 | 124.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 252 | 0.18 | 0.19 | 0 | 0.01 | 241.28 | 0.89 | 0.9 |
Hex | CE | CD | FC | 12 | 13 | 0 | 1 | F1 | 59 | 5A |
Octal | 316 | 315 | 374 | 22 | 23 | 0 | 1 | 361 | 131 | 132 |
Binary | 11001110 | 11001101 | 11111100 | 10010 | 10011 | 0 | 1 | 11110001 | 1011001 | 1011010 |
Color Harmonies of #CECDFC
Complementary color
Monochromatic Colors of #CECDFC
Black with #CECDFC
Text Example
Text Example
White with #CECDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDFC; }
p { color: rgb(206,205,252); }
H1.HeaderClassName
{
color: #CECDFC;
}
.AnyTagClassName
{
color: #CECDFC;
}
</style>
background-color css
<style>
a { background-color: #CECDFC; }
a { background-color: rgb(206,205,252); }
div.DivClassName
{
background-color: #CECDFC;
}
.BgClassName
{
background-color: #CECDFC;
}
</style>
border-color css
<style>
span { border-color: #CECDFC; }
span { border-color: rgb(206,205,252); }
td.TdClassName
{
border-color: #CECDFC;
}
.TagClassName
{
border-color: #CECDFC;
}
</style>