Shades of Lavender Blue #D0CFF3
Tints of Lavender Blue #D0CFF3
RGB
CMYK
RGB Variations
Color information
#D0CFF3 (or 0xD0CFF3) is known color: Lavender Blue. HEX triplet: D0, CF and F3. RGB value is (208,207,243). Sum of RGB (Red+Green+Blue) = 208+207+243=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFF3 is #2F300C. Grayscale: #D3D3D3. Windows color (decimal): -3092493 or 15978448. OLE color: 15978448.
HSL color Cylindrical-coordinate representation of color #D0CFF3: hue angle of 241.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CFF3 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 207 | 243 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.05 |
| HSL | 241.67º | 0.6% | 0.88% | - |
| HSV(B) | 241.67º | 0.15% | 0.95% | - |
| XYZ | 64.5 | 64.51 | 93.85 | - |
| YUV | 211.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 243 | 0.14 | 0.15 | 0 | 0.05 | 241.67 | 0.6 | 0.88 |
| Hex | D0 | CF | F3 | E | F | 0 | 5 | F2 | 3C | 58 |
| Octal | 320 | 317 | 363 | 16 | 17 | 0 | 5 | 362 | 74 | 130 |
| Binary | 11010000 | 11001111 | 11110011 | 1110 | 1111 | 0 | 101 | 11110010 | 111100 | 1011000 |
Color Harmonies of #D0CFF3
Complementary color
Monochromatic Colors of #D0CFF3
Black with #D0CFF3
Text Example
Text Example
White with #D0CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFF3; }
p { color: rgb(208,207,243); }
H1.HeaderClassName
{
color: #D0CFF3;
}
.AnyTagClassName
{
color: #D0CFF3;
}
</style>
background-color css
<style>
a { background-color: #D0CFF3; }
a { background-color: rgb(208,207,243); }
div.DivClassName
{
background-color: #D0CFF3;
}
.BgClassName
{
background-color: #D0CFF3;
}
</style>
border-color css
<style>
span { border-color: #D0CFF3; }
span { border-color: rgb(208,207,243); }
td.TdClassName
{
border-color: #D0CFF3;
}
.TagClassName
{
border-color: #D0CFF3;
}
</style>