#CFB3E9

Color #CFB3E9 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CFB3E9

Tints of Perfume #CFB3E9

Color information

#CFB3E9 (or 0xCFB3E9) is unknown color: approx Perfume. HEX triplet: CF, B3 and E9. RGB value is (207,179,233). Sum of RGB (Red+Green+Blue) = 207+179+233=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3E9 is #304C16. Grayscale: #C1C1C1. Windows color (decimal): -3165207 or 15315919. OLE color: 15315919.

HSL color Cylindrical-coordinate representation of color #CFB3E9: hue angle of 271.11º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB3E9 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207179233-
CMYK0.110.2300.09
HSL271.11º55.1%80.78%-
HSV(B)271.11º23.18%91.37%-
XYZ56.5651.3984.03-
YUV193.53150.28137.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=33.44%
G=28.92%
B=37.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071792330.110.2300.09271.1155.180.78
HexCFB3E9B170910f3751
Octal317263351132701141767121
Binary110011111011001111101001101110111010011000011111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3E9; }

 p { color: rgb(207,179,233); }

 H1.HeaderClassName
 {
   color: #CFB3E9;
 }
 .AnyTagClassName
 {
   color: #CFB3E9;
 }
</style>
background-color css

<style>
 a { background-color: #CFB3E9; }

 a { background-color: rgb(207,179,233); }

 div.DivClassName
 {
   background-color: #CFB3E9;
 }
 .BgClassName
 {
   background-color: #CFB3E9;
 }
</style>
border-color css

<style>
 span { border-color: #CFB3E9; }

 span { border-color: rgb(207,179,233); }

 td.TdClassName
 {
   border-color: #CFB3E9;
 }
 .TagClassName
 {
   border-color: #CFB3E9;
 }
</style>