Shades of Lavender Blue #CFC9FD
Tints of Lavender Blue #CFC9FD
RGB
CMYK
RGB Variations
Color information
#CFC9FD (or 0xCFC9FD) is known color: Lavender Blue. HEX triplet: CF, C9 and FD. RGB value is (207,201,253). Sum of RGB (Red+Green+Blue) = 207+201+253=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 201 (78.91% from 255 or 30.41% 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 #CFC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9FD is #303602. Grayscale: #D0D0D0. Windows color (decimal): -3159555 or 16632271. OLE color: 16632271.
HSL color Cylindrical-coordinate representation of color #CFC9FD: hue angle of 246.92º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC9FD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 201 | 253 | - |
CMYK | 0.18 | 0.21 | 0 | 0.01 |
HSL | 246.92º | 0.93% | 0.89% | - |
HSV(B) | 246.92º | 0.21% | 0.99% | - |
XYZ | 64.35 | 62.13 | 101.53 | - |
YUV | 208.72 | 152.99 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 253 | 0.18 | 0.21 | 0 | 0.01 | 246.92 | 0.93 | 0.89 |
Hex | CF | C9 | FD | 12 | 15 | 0 | 1 | F7 | 5D | 59 |
Octal | 317 | 311 | 375 | 22 | 25 | 0 | 1 | 367 | 135 | 131 |
Binary | 11001111 | 11001001 | 11111101 | 10010 | 10101 | 0 | 1 | 11110111 | 1011101 | 1011001 |
Color Harmonies of #CFC9FD
Complementary color
Monochromatic Colors of #CFC9FD
Black with #CFC9FD
Text Example
Text Example
White with #CFC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9FD; }
p { color: rgb(207,201,253); }
H1.HeaderClassName
{
color: #CFC9FD;
}
.AnyTagClassName
{
color: #CFC9FD;
}
</style>
background-color css
<style>
a { background-color: #CFC9FD; }
a { background-color: rgb(207,201,253); }
div.DivClassName
{
background-color: #CFC9FD;
}
.BgClassName
{
background-color: #CFC9FD;
}
</style>
border-color css
<style>
span { border-color: #CFC9FD; }
span { border-color: rgb(207,201,253); }
td.TdClassName
{
border-color: #CFC9FD;
}
.TagClassName
{
border-color: #CFC9FD;
}
</style>