Shades of Perfume #CBADEF
Tints of Perfume #CBADEF
RGB
CMYK
RGB Variations
Color information
#CBADEF (or 0xCBADEF) is known color: Perfume. HEX triplet: CB, AD and EF. RGB value is (203,173,239). Sum of RGB (Red+Green+Blue) = 203+173+239=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADEF is #345210. Grayscale: #BDBDBD. Windows color (decimal): -3428881 or 15707595. OLE color: 15707595.
HSL color Cylindrical-coordinate representation of color #CBADEF: hue angle of 267.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBADEF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 173 | 239 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.06 |
| HSL | 267.27º | 0.67% | 0.81% | - |
| HSV(B) | 267.27º | 0.28% | 0.94% | - |
| XYZ | 55.15 | 48.82 | 88.18 | - |
| YUV | 189.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 239 | 0.15 | 0.28 | 0 | 0.06 | 267.27 | 0.67 | 0.81 |
| Hex | CB | AD | EF | F | 1C | 0 | 6 | 10B | 43 | 51 |
| Octal | 313 | 255 | 357 | 17 | 34 | 0 | 6 | 413 | 103 | 121 |
| Binary | 11001011 | 10101101 | 11101111 | 1111 | 11100 | 0 | 110 | 100001011 | 1000011 | 1010001 |
Color Harmonies of #CBADEF
Complementary color
Monochromatic Colors of #CBADEF
Black with #CBADEF
Text Example
Text Example
White with #CBADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADEF; }
p { color: rgb(203,173,239); }
H1.HeaderClassName
{
color: #CBADEF;
}
.AnyTagClassName
{
color: #CBADEF;
}
</style>
background-color css
<style>
a { background-color: #CBADEF; }
a { background-color: rgb(203,173,239); }
div.DivClassName
{
background-color: #CBADEF;
}
.BgClassName
{
background-color: #CBADEF;
}
</style>
border-color css
<style>
span { border-color: #CBADEF; }
span { border-color: rgb(203,173,239); }
td.TdClassName
{
border-color: #CBADEF;
}
.TagClassName
{
border-color: #CBADEF;
}
</style>