Shades of Lavender Blue #CFD2FC
Tints of Lavender Blue #CFD2FC
RGB
CMYK
RGB Variations
Color information
#CFD2FC (or 0xCFD2FC) is known color: Lavender Blue. HEX triplet: CF, D2 and FC. RGB value is (207,210,252). Sum of RGB (Red+Green+Blue) = 207+210+252=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2FC is #302D03. Grayscale: #D5D5D5. Windows color (decimal): -3157252 or 16569039. OLE color: 16569039.
HSL color Cylindrical-coordinate representation of color #CFD2FC: hue angle of 236º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD2FC is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 210 | 252 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.01 |
| HSL | 236º | 0.88% | 0.9% | - |
| HSV(B) | 236º | 0.18% | 0.99% | - |
| XYZ | 66.35 | 66.39 | 101.41 | - |
| YUV | 213.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 252 | 0.18 | 0.17 | 0 | 0.01 | 236 | 0.88 | 0.9 |
| Hex | CF | D2 | FC | 12 | 11 | 0 | 1 | EC | 58 | 5A |
| Octal | 317 | 322 | 374 | 22 | 21 | 0 | 1 | 354 | 130 | 132 |
| Binary | 11001111 | 11010010 | 11111100 | 10010 | 10001 | 0 | 1 | 11101100 | 1011000 | 1011010 |
Color Harmonies of #CFD2FC
Complementary color
Monochromatic Colors of #CFD2FC
Black with #CFD2FC
Text Example
Text Example
White with #CFD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2FC; }
p { color: rgb(207,210,252); }
H1.HeaderClassName
{
color: #CFD2FC;
}
.AnyTagClassName
{
color: #CFD2FC;
}
</style>
background-color css
<style>
a { background-color: #CFD2FC; }
a { background-color: rgb(207,210,252); }
div.DivClassName
{
background-color: #CFD2FC;
}
.BgClassName
{
background-color: #CFD2FC;
}
</style>
border-color css
<style>
span { border-color: #CFD2FC; }
span { border-color: rgb(207,210,252); }
td.TdClassName
{
border-color: #CFD2FC;
}
.TagClassName
{
border-color: #CFD2FC;
}
</style>