Shades of Lavender Blue #CDCFF2
Tints of Lavender Blue #CDCFF2
RGB
CMYK
RGB Variations
Color information
#CDCFF2 (or 0xCDCFF2) is known color: Lavender Blue. HEX triplet: CD, CF and F2. RGB value is (205,207,242). Sum of RGB (Red+Green+Blue) = 205+207+242=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCFF2 is #32300D. Grayscale: #D2D2D2. Windows color (decimal): -3289102 or 15912909. OLE color: 15912909.
HSL color Cylindrical-coordinate representation of color #CDCFF2: hue angle of 236.76º degrees, saturation: 0.59, 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 #CDCFF2 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 207 | 242 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.05 |
| HSL | 236.76º | 0.59% | 0.88% | - |
| HSV(B) | 236.76º | 0.15% | 0.95% | - |
| XYZ | 63.52 | 64.02 | 93.01 | - |
| YUV | 210.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 207 | 242 | 0.15 | 0.14 | 0 | 0.05 | 236.76 | 0.59 | 0.88 |
| Hex | CD | CF | F2 | F | E | 0 | 5 | ED | 3B | 58 |
| Octal | 315 | 317 | 362 | 17 | 16 | 0 | 5 | 355 | 73 | 130 |
| Binary | 11001101 | 11001111 | 11110010 | 1111 | 1110 | 0 | 101 | 11101101 | 111011 | 1011000 |
Color Harmonies of #CDCFF2
Complementary color
Monochromatic Colors of #CDCFF2
Black with #CDCFF2
Text Example
Text Example
White with #CDCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFF2; }
p { color: rgb(205,207,242); }
H1.HeaderClassName
{
color: #CDCFF2;
}
.AnyTagClassName
{
color: #CDCFF2;
}
</style>
background-color css
<style>
a { background-color: #CDCFF2; }
a { background-color: rgb(205,207,242); }
div.DivClassName
{
background-color: #CDCFF2;
}
.BgClassName
{
background-color: #CDCFF2;
}
</style>
border-color css
<style>
span { border-color: #CDCFF2; }
span { border-color: rgb(205,207,242); }
td.TdClassName
{
border-color: #CDCFF2;
}
.TagClassName
{
border-color: #CDCFF2;
}
</style>