Shades of Lavender Blue #CFD8FF
Tints of Lavender Blue #CFD8FF
RGB
CMYK
RGB Variations
Color information
#CFD8FF (or 0xCFD8FF) is known color: Lavender Blue. HEX triplet: CF, D8 and FF. RGB value is (207,216,255). Sum of RGB (Red+Green+Blue) = 207+216+255=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8FF is #302700. Grayscale: #D9D9D9. Windows color (decimal): -3155713 or 16767183. OLE color: 16767183.
HSL color Cylindrical-coordinate representation of color #CFD8FF: hue angle of 228.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD8FF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 216 | 255 | - |
| CMYK | 0.19 | 0.15 | 0 | 0 |
| HSL | 228.75º | 1% | 0.91% | - |
| HSV(B) | 228.75º | 0.19% | 1% | - |
| XYZ | 68.34 | 69.6 | 104.44 | - |
| YUV | 217.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 255 | 0.19 | 0.15 | 0 | 0 | 228.75 | 1 | 0.91 |
| Hex | CF | D8 | FF | 13 | F | 0 | 0 | E5 | 64 | 5B |
| Octal | 317 | 330 | 377 | 23 | 17 | 0 | 0 | 345 | 144 | 133 |
| Binary | 11001111 | 11011000 | 11111111 | 10011 | 1111 | 0 | 0 | 11100101 | 1100100 | 1011011 |
Color Harmonies of #CFD8FF
Complementary color
Monochromatic Colors of #CFD8FF
Black with #CFD8FF
Text Example
Text Example
White with #CFD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8FF; }
p { color: rgb(207,216,255); }
H1.HeaderClassName
{
color: #CFD8FF;
}
.AnyTagClassName
{
color: #CFD8FF;
}
</style>
background-color css
<style>
a { background-color: #CFD8FF; }
a { background-color: rgb(207,216,255); }
div.DivClassName
{
background-color: #CFD8FF;
}
.BgClassName
{
background-color: #CFD8FF;
}
</style>
border-color css
<style>
span { border-color: #CFD8FF; }
span { border-color: rgb(207,216,255); }
td.TdClassName
{
border-color: #CFD8FF;
}
.TagClassName
{
border-color: #CFD8FF;
}
</style>