Shades of Lavender Blue #CDD1F3
Tints of Lavender Blue #CDD1F3
RGB
CMYK
RGB Variations
Color information
#CDD1F3 (or 0xCDD1F3) is known color: Lavender Blue. HEX triplet: CD, D1 and F3. RGB value is (205,209,243). Sum of RGB (Red+Green+Blue) = 205+209+243=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1F3 is #322E0C. Grayscale: #D3D3D3. Windows color (decimal): -3288589 or 15978957. OLE color: 15978957.
HSL color Cylindrical-coordinate representation of color #CDD1F3: hue angle of 233.68º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD1F3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 209 | 243 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.05 |
| HSL | 233.68º | 0.61% | 0.88% | - |
| HSV(B) | 233.68º | 0.16% | 0.95% | - |
| XYZ | 64.15 | 65.05 | 93.97 | - |
| YUV | 211.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 243 | 0.16 | 0.14 | 0 | 0.05 | 233.68 | 0.61 | 0.88 |
| Hex | CD | D1 | F3 | 10 | E | 0 | 5 | EA | 3D | 58 |
| Octal | 315 | 321 | 363 | 20 | 16 | 0 | 5 | 352 | 75 | 130 |
| Binary | 11001101 | 11010001 | 11110011 | 10000 | 1110 | 0 | 101 | 11101010 | 111101 | 1011000 |
Color Harmonies of #CDD1F3
Complementary color
Monochromatic Colors of #CDD1F3
Black with #CDD1F3
Text Example
Text Example
White with #CDD1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1F3; }
p { color: rgb(205,209,243); }
H1.HeaderClassName
{
color: #CDD1F3;
}
.AnyTagClassName
{
color: #CDD1F3;
}
</style>
background-color css
<style>
a { background-color: #CDD1F3; }
a { background-color: rgb(205,209,243); }
div.DivClassName
{
background-color: #CDD1F3;
}
.BgClassName
{
background-color: #CDD1F3;
}
</style>
border-color css
<style>
span { border-color: #CDD1F3; }
span { border-color: rgb(205,209,243); }
td.TdClassName
{
border-color: #CDD1F3;
}
.TagClassName
{
border-color: #CDD1F3;
}
</style>