Shades of Perfume #CFB2E8
Tints of Perfume #CFB2E8
RGB
CMYK
RGB Variations
Color information
#CFB2E8 (or 0xCFB2E8) is known color: Perfume. HEX triplet: CF, B2 and E8. RGB value is (207,178,232). Sum of RGB (Red+Green+Blue) = 207+178+232=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFB2E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2E8 is #304D17. Grayscale: #C0C0C0. Windows color (decimal): -3165464 or 15250127. OLE color: 15250127.
HSL color Cylindrical-coordinate representation of color #CFB2E8: hue angle of 272.22º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB2E8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 178 | 232 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.09 |
| HSL | 272.22º | 0.54% | 0.8% | - |
| HSV(B) | 272.22º | 0.23% | 0.91% | - |
| XYZ | 56.22 | 50.93 | 83.21 | - |
| YUV | 192.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 232 | 0.11 | 0.23 | 0 | 0.09 | 272.22 | 0.54 | 0.8 |
| Hex | CF | B2 | E8 | B | 17 | 0 | 9 | 110 | 36 | 50 |
| Octal | 317 | 262 | 350 | 13 | 27 | 0 | 11 | 420 | 66 | 120 |
| Binary | 11001111 | 10110010 | 11101000 | 1011 | 10111 | 0 | 1001 | 100010000 | 110110 | 1010000 |
Color Harmonies of #CFB2E8
Complementary color
Monochromatic Colors of #CFB2E8
Black with #CFB2E8
Text Example
Text Example
White with #CFB2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2E8; }
p { color: rgb(207,178,232); }
H1.HeaderClassName
{
color: #CFB2E8;
}
.AnyTagClassName
{
color: #CFB2E8;
}
</style>
background-color css
<style>
a { background-color: #CFB2E8; }
a { background-color: rgb(207,178,232); }
div.DivClassName
{
background-color: #CFB2E8;
}
.BgClassName
{
background-color: #CFB2E8;
}
</style>
border-color css
<style>
span { border-color: #CFB2E8; }
span { border-color: rgb(207,178,232); }
td.TdClassName
{
border-color: #CFB2E8;
}
.TagClassName
{
border-color: #CFB2E8;
}
</style>