Shades of Lavender Blue #CECAFD
Tints of Lavender Blue #CECAFD
RGB
CMYK
RGB Variations
Color information
#CECAFD (or 0xCECAFD) is known color: Lavender Blue. HEX triplet: CE, CA and FD. RGB value is (206,202,253). Sum of RGB (Red+Green+Blue) = 206+202+253=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #CECAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAFD is #313502. Grayscale: #D0D0D0. Windows color (decimal): -3224835 or 16632526. OLE color: 16632526.
HSL color Cylindrical-coordinate representation of color #CECAFD: hue angle of 244.71º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECAFD is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 202 | 253 | - |
CMYK | 0.19 | 0.20 | 0 | 0.01 |
HSL | 244.71º | 0.93% | 0.89% | - |
HSV(B) | 244.71º | 0.2% | 0.99% | - |
XYZ | 64.3 | 62.45 | 101.59 | - |
YUV | 209.01 | 152.83 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 253 | 0.19 | 0.20 | 0 | 0.01 | 244.71 | 0.93 | 0.89 |
Hex | CE | CA | FD | 13 | 14 | 0 | 1 | F5 | 5D | 59 |
Octal | 316 | 312 | 375 | 23 | 24 | 0 | 1 | 365 | 135 | 131 |
Binary | 11001110 | 11001010 | 11111101 | 10011 | 10100 | 0 | 1 | 11110101 | 1011101 | 1011001 |
Color Harmonies of #CECAFD
Complementary color
Monochromatic Colors of #CECAFD
Black with #CECAFD
Text Example
Text Example
White with #CECAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAFD; }
p { color: rgb(206,202,253); }
H1.HeaderClassName
{
color: #CECAFD;
}
.AnyTagClassName
{
color: #CECAFD;
}
</style>
background-color css
<style>
a { background-color: #CECAFD; }
a { background-color: rgb(206,202,253); }
div.DivClassName
{
background-color: #CECAFD;
}
.BgClassName
{
background-color: #CECAFD;
}
</style>
border-color css
<style>
span { border-color: #CECAFD; }
span { border-color: rgb(206,202,253); }
td.TdClassName
{
border-color: #CECAFD;
}
.TagClassName
{
border-color: #CECAFD;
}
</style>