Shades of Perfume #CBAEEF
Tints of Perfume #CBAEEF
RGB
CMYK
RGB Variations
Color information
#CBAEEF (or 0xCBAEEF) is known color: Perfume. HEX triplet: CB, AE and EF. RGB value is (203,174,239). Sum of RGB (Red+Green+Blue) = 203+174+239=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEEF is #345110. Grayscale: #BDBDBD. Windows color (decimal): -3428625 or 15707851. OLE color: 15707851.
HSL color Cylindrical-coordinate representation of color #CBAEEF: hue angle of 266.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBAEEF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 174 | 239 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.06 |
| HSL | 266.77º | 0.67% | 0.81% | - |
| HSV(B) | 266.77º | 0.27% | 0.94% | - |
| XYZ | 55.34 | 49.2 | 88.24 | - |
| YUV | 190.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 239 | 0.15 | 0.27 | 0 | 0.06 | 266.77 | 0.67 | 0.81 |
| Hex | CB | AE | EF | F | 1B | 0 | 6 | 10B | 43 | 51 |
| Octal | 313 | 256 | 357 | 17 | 33 | 0 | 6 | 413 | 103 | 121 |
| Binary | 11001011 | 10101110 | 11101111 | 1111 | 11011 | 0 | 110 | 100001011 | 1000011 | 1010001 |
Color Harmonies of #CBAEEF
Complementary color
Monochromatic Colors of #CBAEEF
Black with #CBAEEF
Text Example
Text Example
White with #CBAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEEF; }
p { color: rgb(203,174,239); }
H1.HeaderClassName
{
color: #CBAEEF;
}
.AnyTagClassName
{
color: #CBAEEF;
}
</style>
background-color css
<style>
a { background-color: #CBAEEF; }
a { background-color: rgb(203,174,239); }
div.DivClassName
{
background-color: #CBAEEF;
}
.BgClassName
{
background-color: #CBAEEF;
}
</style>
border-color css
<style>
span { border-color: #CBAEEF; }
span { border-color: rgb(203,174,239); }
td.TdClassName
{
border-color: #CBAEEF;
}
.TagClassName
{
border-color: #CBAEEF;
}
</style>