Shades of Perfume #CBADDF
Tints of Perfume #CBADDF
RGB
CMYK
RGB Variations
Color information
#CBADDF (or 0xCBADDF) is known color: Perfume. HEX triplet: CB, AD and DF. RGB value is (203,173,223). Sum of RGB (Red+Green+Blue) = 203+173+223=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADDF is #345220. Grayscale: #BBBBBB. Windows color (decimal): -3428897 or 14659019. OLE color: 14659019.
HSL color Cylindrical-coordinate representation of color #CBADDF: hue angle of 276º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBADDF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 173 | 223 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 276º | 0.44% | 0.78% | - |
| HSV(B) | 276º | 0.22% | 0.87% | - |
| XYZ | 52.89 | 47.91 | 76.27 | - |
| YUV | 187.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 223 | 0.09 | 0.22 | 0 | 0.13 | 276 | 0.44 | 0.78 |
| Hex | CB | AD | DF | 9 | 16 | 0 | D | 114 | 2C | 4E |
| Octal | 313 | 255 | 337 | 11 | 26 | 0 | 15 | 424 | 54 | 116 |
| Binary | 11001011 | 10101101 | 11011111 | 1001 | 10110 | 0 | 1101 | 100010100 | 101100 | 1001110 |
Color Harmonies of #CBADDF
Complementary color
Monochromatic Colors of #CBADDF
Black with #CBADDF
Text Example
Text Example
White with #CBADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADDF; }
p { color: rgb(203,173,223); }
H1.HeaderClassName
{
color: #CBADDF;
}
.AnyTagClassName
{
color: #CBADDF;
}
</style>
background-color css
<style>
a { background-color: #CBADDF; }
a { background-color: rgb(203,173,223); }
div.DivClassName
{
background-color: #CBADDF;
}
.BgClassName
{
background-color: #CBADDF;
}
</style>
border-color css
<style>
span { border-color: #CBADDF; }
span { border-color: rgb(203,173,223); }
td.TdClassName
{
border-color: #CBADDF;
}
.TagClassName
{
border-color: #CBADDF;
}
</style>